save as CSV - changing delimiter

  • Thread starter Thread starter george m
  • Start date Start date
G

george m

I need to save a file as CSV, But I need the delimiter to be a semicolon (;)

Can this be done with a macro?
 
I need to code this is a macro. becuase this is a spreadsheet that gets used
by many users.
I would like to automate the process

Thanks
GM
 
Have you tried going into Windows/ Regional Settings, and changing the list
separator?
 
If I were the only one using the macro, that's what I'd do--even if I had to do
it before each macro run.

But if I had to share it with others, I wouldn't do it.
 
Back
Top