Error opening Word document from Excel VBA code
"engineer_rich" wrote:
Thank you!
That worked perfectly.
I did add a:
Set appWord = Nothing
at the end to clean up a little.
Sorry, I also forgot to quit Word.Application:
....
appWord.Quit
Set appWord = Nothing
--
urkec
|