G
Guest
I am trying to use the folder picker option of a file dialog to select a path
from inside a subroutine. The Access VB help suggests this...
Set fd = Application.FileDialog(msoFileDialogFolderPicker)
which does not error out, but does not bring up the folder picker and
returns an empty collection.
Any suggesions?
from inside a subroutine. The Access VB help suggests this...
Set fd = Application.FileDialog(msoFileDialogFolderPicker)
which does not error out, but does not bring up the folder picker and
returns an empty collection.
Any suggesions?