Results 1 to 2 of 2

Thread: Opening Files (Not for Sequential Access)

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    1
    Hello,

    Recently we have ventured into a project that will require us to open an acrobat file for the user to read.

    I know how to open the acrobat.exe file with the Shell function, and I could sendkeys to it to open the file that I want, but I am wandering if there is a way to open a file in one motion, or at least a better way.

    Thanks for the help,

    Mike Lyter

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Location
    East Anglia, England
    Posts
    73
    Hello,
    You could try this just modifie the program name and file name and you're away.

    Code:
    Shell "c:\windows\notepad.exe c:\windows\config.txt", vbNormalFocus

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