saving workbook asking to rename file every time I save

  • Thread starter Thread starter francie
  • Start date Start date
F

francie

I want to save an excel document after a modification, it
will rename the file by adding 1 each
time I save the document.

Thank you!

francie
 
Hi
is VBA a feasible solution for you? You could use the
Workbook_BeforeSave event and increment the number.

Note: these kind of solution won't work if macros are disabled. So
please post back if this is an option for you.
 

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