I want in VbScript do run a Macro that is saved in a document:
I have this program:
set oWord = CreateObject("Word.Application"
oWord.Visible = True
oWord.Documents.Open "Document1.doc"
oword.Run "Document1.doc!Macro1"
The last row didn't work
Somebody can help me
I have this program:
set oWord = CreateObject("Word.Application"
oWord.Visible = True
oWord.Documents.Open "Document1.doc"
oword.Run "Document1.doc!Macro1"
The last row didn't work
Somebody can help me