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...