Specify a folder for saving to?!?!

  • Thread starter Thread starter solo_razor
  • Start date Start date
S

solo_razor

Hello,

I want to specify a folder in a open file dialog box so you can click
your way through it. It must have a trigger such as a button.
This folder must then later contain the file that i am working on, but
the main concern is to specify a folder using a getopenfile box?

Can anybody help.

Regards
Niek
 
Hello Niek
ChDir ("D:\Mes Documents\Pascal")
Application.Dialogs(xlDialogSaveAs).Show

Regards
Pascal
 
Back
Top