Dialogs

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.
 
J

JJ

-----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,,"
 
Top