I would like to generate a Tab Delimited file from excel (using a formula to setup the string)
the reason that i dont want to use the save as function is that i will be generating many different csv/txt files from the one spreadsheet and when you save, the extension of the main file is changed.
this is what i have in Excel, the function must concatenate all columns with tabs in the middle, the Desc field must be encapsulated in double quotes.

when i copy the contents of cell D2 into a text editor returns the following string
“Toyota Corrola “”desc here”””
as you can see Excel decides to place double quotes into the entire string and escapes the original quotes…
Is there any way to fix this?
Although the Excel tab delimited export works perfectly, I needed a Tab Delimited file to be generated on a selection, as fast as possible.
Found/Edited the code below and assigned an Excel Macro Shortcut to it: