Adding code right after the "Save As" dialog box

J

Jess

I have created an excel application whose footer has -apart from other
things- the full path and file name where the excel workbook resides.

I would like this information (fullpath + file name) to be reflected in the
footer when my user clicks on “Save asâ€. How can I invoke an event and make
decisions –change the footer- based upon what my user has entered in Save As?
 
R

Rick Rothstein

The ThisWorkbook module has a BeforeSave event for ThisWorkbook where you
should be able to do that in.
 

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

Top