Thread
:
Saveas with date problem
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 244
Saveas with date problem
You are using slashes in your file name, which isn't allowed - they
indicate a new directory - so try
"mainfile-" & format(date,"dd-mm-yyyy")
should do it for you!
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]