|
-
Mar 24th, 2000, 03:31 AM
#1
Thread Starter
New Member
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
-
Mar 24th, 2000, 09:38 PM
#2
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|