Posted to microsoft.public.excel.programming
|
|
Problem exporting as csv file
If you're writing the file using Print#, you have to add the "s yourself.
Perhaps something like:
If Instr(vdata,",") Then vdata = """" & vdata & """"
In article ,
(Felicity Geronimo) wrote:
When my code below runs, the inverted commas are missing, any ideas
please. x
|