Hello,
Only one question, how do i open an existing Word Template or Document using code from my VB program.
Help would be much appreciated.
Thanks,
SKM.
Printable View
Hello,
Only one question, how do i open an existing Word Template or Document using code from my VB program.
Help would be much appreciated.
Thanks,
SKM.
Use the "Open" method of the Documents Collection.
VB Code:
Documents.Open FileName:="C:\YourDoc.Doc"