View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
urkec urkec is offline
external usenet poster
 
Posts: 131
Default 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