S
Sash
I've developed a program to look at historical records and it's working just
fine except one minor annoying thing.
The following code opens Microsoft Picture Manager to view the images, but I
need it to open and view a specific directory. Is that possible??
stAppName = "C:\Program Files\Microsoft Office\OFFICE11\OIS.EXE"
Call Shell(stAppName, vbNormalFocus)
fine except one minor annoying thing.
The following code opens Microsoft Picture Manager to view the images, but I
need it to open and view a specific directory. Is that possible??
stAppName = "C:\Program Files\Microsoft Office\OFFICE11\OIS.EXE"
Call Shell(stAppName, vbNormalFocus)