home *** CD-ROM | disk | FTP | other *** search
- ' The .Type command is a shortcut to type text into the document
- .Type("Hallo Welt.")
- .Type("[Enter] Line 1 [Enter]")
- .Type("[CtrlHome][ShiftCtrlEnd]")
- .Text.Font.Bold = True
- .Type("[CtrlEnd]")
-
- ' Or
- ' accesses the .Text object at the current location
- .Text.InsertText("Hallo")
- .Text.InsertText("Welt")
-