Hi there,
I wonder if someone could help me please?
All I want is for part of my code to bring up automatically the regular 'save as' dialog box. The user can as always type in a file name and save the workbook where they like, it is highly unlikely to be saved where it was opened so I want to give them the full options that they normally get.
This sounds very easy but for some reason I have got quite stuck by it!
Currently I have:
But the code is 'passing' over it and I don't think saving it at all.Workbooks("Active workbook name.xlsm").SaveAs
Could anyone give me any advice please?
Many thanks.
Last edited by Jessica.Bush; 12-30-2011 at 09:54 AM.
Hi Jessica
You want to show the SaveAs dialog rather than use the SaveAs method:
application.Dialogs(xlDialogSaveAs).Show
Hi Firefly,
That is perfect, exactly what I was after!
Many thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks