writing code to auto save a spreadsheet

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

Guest

I want to write a code to automatically save an excel spreadsheet but stop
when it gets to the "filename". I want to enter the filename and then
proceed.
 
Application.Dialogs(xlDialogSaveAs).Show

--
Jim Rech
Excel MVP
|I want to write a code to automatically save an excel spreadsheet but stop
| when it gets to the "filename". I want to enter the filename and then
| proceed.
 
Back
Top