Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Insert a Symbol into a Word DocumentContent of Insert a Symbol into a Word Document.jsMD5 Hash: FDCFDB7C7224017A09E8191E2AF57156 |
||
var objword = new ActiveXObject("word.application");
objword.visible = true; var objdoc = objword.documents.add(); var objselection = objword.selection; objselection.insertsymbol (74, "wingdings"); | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |