View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DeanT DeanT is offline
external usenet poster
 
Posts: 4
Default Filename coding with date

At the end of my macros, I want to save my workbook to another folder with
another name. I want to save the file AS:

C:/Mydata/testfile_yyyymmdd,xls where yyyymmdd is the current date.

How do I code this in the macro.?

Thanks for your help.

Dean