SaveAs in Macro

  • Thread starter Thread starter gfkbob
  • Start date Start date
G

gfkbob

I am trying to add a 'SaveAs' to a macro so the user must save the
workbook under a different name. I have tried
"Application.getsaveasfilename", "workbook.saveas",
"activeworkbook.saveas". These are not working. Any ideas?
 
This will propt user to save as
Application.Dialogs(xlDialogSaveAs).Show
 
well, it is important to know if you're using xp or 2003 excel...
 

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

Similar Threads

SaveAs method error 3
Allowing user to choose to accept saveas option 4
Macro NOT completing 4
Save As 3
Save As / Overwrite 4
Using SaveAs 3
Converting vs SaveAs 1
Macro Loaction Problem 1

Back
Top