![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Insert a Symbol into a Word Document
|
||
|
Set objWord = CreateObject("Word.Application")
objWord.Visible = True Set objDoc = objWord.Documents.Add() Set objSelection = objWord.Selection objSelection.InsertSymbol 74, "Wingdings" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: | ||