I am trying to open up a word document... and i keep getting an error,
here is my code
Dim oWord As Object
oWord = CreateObject("Word.Application")
oWord.Visible = True
oWord.Document.Open(Application.StartupPath & "\QuickStartManual.doc")
Thanks!
|
Results 1 to 14 of 14
Thread: opening word docThreaded View
|
Click Here to Expand Forum to Full Width |