GetSaveAsFilename

  • Thread starter Thread starter libby
  • Start date Start date
L

libby

Hi

I want to use GetSaveAsFilename to get the SaveAs dialogue
box with the contents of a cell in the Name field.

I've managed to do this by putting the code in the
BeforeSave event.
However, the workbook is a .xlt template and after the
SaveAs dialogue box that I've generated has been closed,
another one appears.

Any ideas how I can stop this happening?
 
Please elaborate with sample code and step by step procedures.

--
Regards,
Tom Ogilvy

MikeRulzTheWorld said:
Another option would be to create a custom event handler that shows the
SaveAs dialog box yourself and you can easily return the value.
 

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

Back
Top