P
Pratima
This is my macro sample :
Sub OpenDoc(filename)
Document.Open filename
End Sub
I am invoking it from command line as follows :
"C:\Program Files\Microsoft Office\Office10
\WINWORD.EXE" "/mOpenDoc"
I need to pass the value of the filename parameter. How
can I pass the parameter value from command line ?
Sub OpenDoc(filename)
Document.Open filename
End Sub
I am invoking it from command line as follows :
"C:\Program Files\Microsoft Office\Office10
\WINWORD.EXE" "/mOpenDoc"
I need to pass the value of the filename parameter. How
can I pass the parameter value from command line ?