Here is a snippet of code I use for the FileDialog
Dim fDialog As Office.FileDialog
Dim varFile As Variant
Set fDialog = Application.FileDialog(msoFileDialogFilePicker)
The problem I am having is I can't navigate around inside the dialog box. I can't click on "My Documents", I can't move up a folder, nothing. Is there a setting that will allow for navigating?
Thanks.
Dim fDialog As Office.FileDialog
Dim varFile As Variant
Set fDialog = Application.FileDialog(msoFileDialogFilePicker)
The problem I am having is I can't navigate around inside the dialog box. I can't click on "My Documents", I can't move up a folder, nothing. Is there a setting that will allow for navigating?
Thanks.