Results 1 to 19 of 19

Thread: open word file

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Posts
    122

    Resolved open word file

    hello,
    i tried using these codes

    Dim objWord As Word.Application
    Set objWord = New Word.Application
    objWord.Visible = True
    objWord.Documents.Open " & App.Path & \HelpFile.doc"

    to open a word file but it doesnt seem to work?
    will appreciate any help.
    thanks.
    Last edited by binbpk; Sep 7th, 2007 at 11:58 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width