Set path for msoFileOpen

  • Thread starter Thread starter JFK
  • Start date Start date
J

JFK

I have a VBA application that begins by loading the File Open dialog using
the Application.FileDialog(msoFilaDialogOpen).show command. The application
always requires the use to begin in a specific folder on a network drive, so
the user must always navigate to the drive before selecting a subfolder, and
eventually the files to open.

I would like to set the default path to the specific folder on the network
drive. Can I do this, and if so how?
 

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

Back
Top