Save Workbook (Blist) as today's date

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

Guest

I have a workbook called a BList that I produce every Monday
I want to save it as the current date:
e.g.BList 09/12/04
Can someone help, many thks in advance

sub toda()

Thisworkbook.saveas ....

end sub
 
ThisWorkbook.SaveAs "c:\myfolder\BList " & Format(Date,"dd-mm-yy")

"/" is not accepted by Windows in the file names.

KL
 

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