In reply to what CajunCenturion send me has help with the word file I added the Documents.Close statement to my program. The automation problems is hereby resolved, but the Word.document is opened and immediately closed without seeing it on screen (it flashed by). Is there any program step I can...
In the program that I am developping, in a form with a command button, every time the command button is activated a particular WORD file should be viewed.
I tried this with following program steps:
Set LV_WORD_App = CreateObject ("Word.Application")
LV_Word_App.Visible = True
Documents.Open...