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