Results 1 to 2 of 2

Thread: opening a specific word file

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2004
    Posts
    9

    opening a specific word file

    how can i open a certain saved MSword document from vb?

    i don'tknow how to do it pls. help.. tnx..

  2. #2
    Addicted Member
    Join Date
    Aug 2002
    Location
    Luton, UK
    Posts
    178
    Type the word "open" in a Word VB Editor code module and press F1 key for help. Shows this sample code :-

    Documents.Open FileName:="C:\MyFiles\MyDoc.doc"
    Regards
    BrianB
    -------------------------------

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