vba to show the file save as dialog box...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

vba to show the file save as dialog box..

and stop at this point and let the user pick the folder and file name and then hit OK to do the save...??

thank you...!
 
vba to show the file save as dialog box...
and stop at this point and let the user pick the folder and file name and
then hit OK to do the save...???

(Not sure how the "pick folder" bit will react but) try

Application.Dialogs(xlDialogSaveAs).Show

HTH,
Andy
 

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