If your default view includes the folder (as it sounds as though it does), try
Shell "explorer.exe /e,""F:\Folder\""", vbNormalFocus
-- Doug Steele, Microsoft Access MVP http://I.Am/DougSteele (no e-mails, please!)
"Shimon" <MalcolmX[ at ]fromru.com> wrote in message news:OxDmG7MRJHA.444[ at ]TK2MSFTNGP05.phx.gbl...
[Quoted Text] > Thanks Douglas and Stuart. > The two solutions don't have the same outcome. One opens a folder with the > directory tree on the left and one opens only the folder. > Have a great day. > Blessings from the holy city. > If you want I'll put a good word in for you at the Wall, just give a > holler, > Shimon > > Douglas J. Steele wrote: >> It's not clear to me whether you want to open to open Windows Explorer in >> a certain folder, or want to open the standard Windows File Save dialog. >> >> To open Windows Explorer to a specific folder, you can use: >> >> Shell "explorer.exe ""F:\Folder\""", vbNormalFocus >> >> To use the Windows File Save dialog, see >> http://www.mvps.org/access/api/api0001.htm at "The Access Web" >>
|