Dialogs

  • Thread starter Thread starter nc
  • Start date Start date
N

nc

Hi

Is there any arguments to I can add to the statement
below for the dialogue's "Look in:" to default to a
specific folder?

Application.Dialogs(xlDialogOpen).Show


Thanks.
 
-----Original Message-----
Hi

Is there any arguments to I can add to the statement
below for the dialogue's "Look in:" to default to a
specific folder?

Application.Dialogs(xlDialogOpen).Show


Thanks.
.
You can try
FileFilter = FileFilter + "Look in: name of directory,,"
 

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