I am using the Shell Command to execute an Executable file on disk. But even though I specify a specific path to the Executable file, the application is looking in a different directory for the supporting data files.
I want to to look in the directory specified when executing the Shell Command.
Shell "C:\SEE\Support\SeeDLLExec.exe", vbNormalFocus
It seems VB remembers the last directory selected though the open/save dialog boxes. I need some quick HELP, please!
Thanks,
Brian
I want to to look in the directory specified when executing the Shell Command.
Shell "C:\SEE\Support\SeeDLLExec.exe", vbNormalFocus
It seems VB remembers the last directory selected though the open/save dialog boxes. I need some quick HELP, please!
Thanks,
Brian