![]() |
File Dialog Folder Picker open to particular folder
I'm currently using "Application.FileDialog(msoFileDialogFolderPicker) .Show" to have the user open a folder. When that dialog pops up, it automatically opens to the last folder that was opened. I'd like it to always open to the same root folder, so the user can select the correct folder from there. Is there a way to specify this? I've tried putting a change directory command before the file dialog code, but that didn't do anything.
Just fyi: All of my folders are on a network path. I usually use this to nativate to my network path: Code:
Sub ChDirNet(szPath As String) |
File Dialog Folder Picker open to particular folder
Keri,
Have you tried this? With Application.FileDialog(msoFileDialogFolderPicker) .InitialFileName = "C:\Desktop" .Show End With |
Quote:
|
All times are GMT +1. The time now is 05:29 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com