.txt format issues

C

C Brandt

I have to import data to a system that wants text input.

Up to now I have generated the necessary character strings in column a of a
standard spreadsheet, copied column A then pasted it into notepad and saved
as .txt.
This works just fine but requires several steps. I would like to simply save
it as .txt from Excel, but Excel adds quote (") marks around each entry.

Is there a way to do this so the quote marks are not added to the character
string. I would like to do this with a MACRO.

Thanks,
Craig
 
Top