I have a single-column query that I need to output to a text file in a list format. I used the TransferText macro and I get the list I want but each line item is surrounded by quotes:
"item1"
"item2"
"item3"
I need to see data like this:
item1
item2
item3
Is there a way to format this or am I forced to manually do a "replace" in Notepad before I can process the list?
Thanks in advance,
LJG
"item1"
"item2"
"item3"
I need to see data like this:
item1
item2
item3
Is there a way to format this or am I forced to manually do a "replace" in Notepad before I can process the list?
Thanks in advance,
LJG