M
MJ
I know this has been asked many times, but in reviewing all of the responses
in the discussion area I have not found one that works yet.
When I use "OutputTo" with a generic name,
\\server\share$\directory\OutputFile.xls ,
it works BUT then someone needs to touch it and rename it to identify it
with the week it was run for and prevent overwriting it with subsequent runs.
This is why I want to date stamp it on delivery.
I want to include a date stamp ("mmdd") into the file name on output:
\\server\share$\directory\OutputFilemmdd.xls
Some of the responses suggest using "TransferSpreadsheet" over "OutputTo" in
a macro, but I have not gotten it to work in either case. As a file output
from a macro, I have tried both "OutputTo" and "TransferSpreadsheet" with the
same error results: "The expression you entered has a function name that
<DB>. can't find.".
Several responses (whether using "OutputTo" or "TransferSpreadsheet") have
suggested a variation of:
="\\server\share$\directory\OutputFile" & Format(Date(), "mmdd") &".xls"
Can someone help me resolve this? Thank you in advance.
in the discussion area I have not found one that works yet.
When I use "OutputTo" with a generic name,
\\server\share$\directory\OutputFile.xls ,
it works BUT then someone needs to touch it and rename it to identify it
with the week it was run for and prevent overwriting it with subsequent runs.
This is why I want to date stamp it on delivery.
I want to include a date stamp ("mmdd") into the file name on output:
\\server\share$\directory\OutputFilemmdd.xls
Some of the responses suggest using "TransferSpreadsheet" over "OutputTo" in
a macro, but I have not gotten it to work in either case. As a file output
from a macro, I have tried both "OutputTo" and "TransferSpreadsheet" with the
same error results: "The expression you entered has a function name that
<DB>. can't find.".
Several responses (whether using "OutputTo" or "TransferSpreadsheet") have
suggested a variation of:
="\\server\share$\directory\OutputFile" & Format(Date(), "mmdd") &".xls"
Can someone help me resolve this? Thank you in advance.