P
pscaperoth
I am new to the Visual Basic world. I created a VB code that is used
in Word 2003. My customer has decided to use Word 2000 instead. The
code below will not run with Word 2000. Any suggestions on what I
should change? I have been trying to find others with the same issue,
but have not been able to solve my exact issue yet.
Any help/suggestions would be greatly appreciated.
-Paige
Set wdApp = CreateObject("Word.application")
Set docNew = wdApp.Documents.Open(WScript.Arguments(0))
docNew.SaveAs WScript.Arguments(1), 2 , False, "", True, "", False,
False, False, False, False, False, True
docNew.Close
wdApp.Quit
in Word 2003. My customer has decided to use Word 2000 instead. The
code below will not run with Word 2000. Any suggestions on what I
should change? I have been trying to find others with the same issue,
but have not been able to solve my exact issue yet.
Any help/suggestions would be greatly appreciated.
-Paige
Set wdApp = CreateObject("Word.application")
Set docNew = wdApp.Documents.Open(WScript.Arguments(0))
docNew.SaveAs WScript.Arguments(1), 2 , False, "", True, "", False,
False, False, False, False, False, True
docNew.Close
wdApp.Quit