J
Jake Williams
Is it possible to trigger a macro with parameters using
vbScript? If so, could you please post the code or
provide a link to the information.
Here is what I am doing thus far...but it will not work
if I have parameters.
Dim WD
Set WD = CreateObject("Word.Application")
WD.Documents.Open "C:\word.Doc"
WD.Run "Project.Module1.Macro1"
WD.Close
vbScript? If so, could you please post the code or
provide a link to the information.
Here is what I am doing thus far...but it will not work
if I have parameters.
Dim WD
Set WD = CreateObject("Word.Application")
WD.Documents.Open "C:\word.Doc"
WD.Run "Project.Module1.Macro1"
WD.Close