Save As style

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I run every day a workbook and I need to save it (using a macro) with name,
the date value, e.g. 20041231.xls
I can do that? Which is the syntax for this macro?
 
Hi
try something like
activeworkbook.saveas filename:=format(date,"yyymmdd") & ".xls"
 

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