C
CES
All,
I was hoping that someone might be able to help me with a problem I am having opening Windows Explorer from a forms element.
The following code works fine:
Shell "explorer.exe / e, ""%MyDocuments%\"", vbNormalFocus"
However when I try to access a subdirectory of %MyDocuments% using the following, Windows Explorer just opens the root directory of my documents and ignores a subdirectory request.
Shell "explorer.exe / e, ""%MyDocuments%\SomeFolder"", vbNormalFocus"
Additionally when Explorer opens under either of the above it opens minimized to the taskbar(I'm using Windows Vista and Office 2007).
if anyone has a clue as to how to correct either of these problems I would be grateful. Thanks in advance. - CES
I was hoping that someone might be able to help me with a problem I am having opening Windows Explorer from a forms element.
The following code works fine:
Shell "explorer.exe / e, ""%MyDocuments%\"", vbNormalFocus"
However when I try to access a subdirectory of %MyDocuments% using the following, Windows Explorer just opens the root directory of my documents and ignores a subdirectory request.
Shell "explorer.exe / e, ""%MyDocuments%\SomeFolder"", vbNormalFocus"
Additionally when Explorer opens under either of the above it opens minimized to the taskbar(I'm using Windows Vista and Office 2007).
if anyone has a clue as to how to correct either of these problems I would be grateful. Thanks in advance. - CES