C
Cheryl Fischer
Check out the TransferText method in VBA Help.
Tzur Karelitz said:Hi,
I want to save a table from the VBA code. I have been using the
outputTo command, but the resulting txt file has dividers ( like |
and _ ) which I need to delete. Anyone knows how to save a table (or
a query) so that they won't be saved with deviders?
Thanks.
Tzur Karelitz said:Thanks for the responses.
I actually ended up using the:
open
close
method for printing text to a file, which worked just fine.