Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by asbest

  1. asbest

    Word document that was opened does no remain visible

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

    problem with starting Word

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

Part and Inventory Search

Back
Top