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
 
Top