Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Insert a Symbol into a Word DocumentContent of Insert a Symbol into a Word Document.vbsMD5 Hash: B9C349823375C43D1F0F05840C2C97E5 |
||
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 :: |