G
Guest
I am stuck (who isn't when they post?) I have created a 4 step macro and the
3rd step, using transfer text, export delimited, with a named specification,
to export a text file using "C:\batchfile" &_Format(Now(),"yyyymmddhhmm") &
".txt", I get that '"C:\' is not a valid path.
If I remove quotes,C:\batchfile &_Format(Now(),"yyyymmddhhmm") & .txt then
(Obviously) I get a file named literally without the actual date stamp.
If I move the quotes to past the C:\ , C:\"batchfile"
&_Format(Now(),"yyyymmddhhmm") & ".txt" then I get "Cannot update. Database
or object is read only"
Any suggestions would be great,
Thanks.
Angie
3rd step, using transfer text, export delimited, with a named specification,
to export a text file using "C:\batchfile" &_Format(Now(),"yyyymmddhhmm") &
".txt", I get that '"C:\' is not a valid path.
If I remove quotes,C:\batchfile &_Format(Now(),"yyyymmddhhmm") & .txt then
(Obviously) I get a file named literally without the actual date stamp.
If I move the quotes to past the C:\ , C:\"batchfile"
&_Format(Now(),"yyyymmddhhmm") & ".txt" then I get "Cannot update. Database
or object is read only"
Any suggestions would be great,
Thanks.
Angie