When using the Application.GetOpenfilename the default view is the MyDocuments folder. Is there a way to make the default view a specifiedfolder?
I think the dialog opens on the current drive which is My Documents bydefault. You can use the ChDir function to change the current directorybefore you use the GetOpenfilenameChDir "D:\Other Documents"Application.GetOpenfilename
See the examples on this page below(User ContributedComments):http://www.erlandsendata.no/english/index.php?d=envbadialogsbuiltindialogs