Question about FileDialog

R

Robert Crandal

I am currently using Application.FileDialog(4) to display
a system dialog box that allows the user to select a
folder. Is there any way to setup this function so it
initially opens at a folder of my choosing? This dialog
seems to always begin at the "MyDocuments" folder
and I would like to be able to change this. Let me know
if this is possible.

Thank you!

Robert Crandal
 
G

GS

Robert Crandal wrote on 4/14/2011 :
I am currently using Application.FileDialog(4) to display
a system dialog box that allows the user to select a
folder. Is there any way to setup this function so it
initially opens at a folder of my choosing? This dialog
seems to always begin at the "MyDocuments" folder
and I would like to be able to change this. Let me know
if this is possible.

Thank you!

Robert Crandal

Robert,
Check out the "InitialFilename" property in the online help. (Click in
the word "FileDialog" and press F1)

You can specify where the dialog opens, as well as other things for
many of the different dialogs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top