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
 

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