Thread
:
File Names
View Single Post
#
2
Posted to microsoft.public.excel.programming
Frank[_8_]
external usenet poster
Posts: 11
File Names
Try...
ActiveWorkbook.SaveAs Filename:="C:\Documents and Settings\username\My
Documents\" & Format(Now() - 1, "yymmdd") & ".xls"
Frank
"sd" wrote:
Can I save a file named ( yesterdays date ) using a macro.
Reply With Quote
Frank[_8_]
View Public Profile
Find all posts by Frank[_8_]