SaveAs dialog & VBA

  • Thread starter Elias Hämäläinen
  • Start date
J

John

Elias Hämäläinen said:
Hi,

Is there a way how to call SaveAs dialog via VBA?

Elias,
I thought there was but I guess not. However, unless you want the user
to specifically have to deal with a "save" window why not use the
FileSaveAs or SaveAs Methods? If necessary you can use an InputBox
function to solicit the file name from the user before calling either
SaveAs method.

Hope this helps.
John
Project MVP
 

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

Top