hi,
I am using VBA to use Microsoft Word functions of open/save file.
My code works perfectly.
But I found I have to open Microsoft Word in backend in order to run my code successfully.
I wonder if it is possible that I could translate this piece of VBA code to a standalone VB program so that I can run it without Microsoft Word
thanks,
Michael Ji

convert VBA to VB
Vi Truong
Chanduu
Dustin.
pamskate5
Basically, I want to open a Word file and then do manipulation on it.
Any hint you could give out
thanks,
Michael,
-------------------------------------------------------------------
Documents.Open FileName:=openFilePath, ConfirmConversions:=False, ReadOnly:= _
False, AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate:= _
"", Revert:=False, WritePasswordDocument:="", WritePasswordTemplate:="", _
Format:=wdOpenFormatAuto