G george m Jan 23, 2008 #1 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 save a file as CSV, But I need the delimiter to be a semicolon ( Can this be done with a macro?
G george m Jan 23, 2008 #3 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
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
G Gord Dibben Jan 23, 2008 #4 Earl Kiosterud's free TEXTWRITE.xls workbook will do what you want. http://www.smokeylake.com/excel/text_write_program.htm Gord Dibben MS Excel MVP
Earl Kiosterud's free TEXTWRITE.xls workbook will do what you want. http://www.smokeylake.com/excel/text_write_program.htm Gord Dibben MS Excel MVP
D Dave Peterson Jan 23, 2008 #5 Here are three sites that you could steal some code from: Earl Kiosterud's Text Write program: www.smokeylake.com/excel (or directly: http://www.smokeylake.com/excel/text_write_program.htm) Chip Pearson's: http://www.cpearson.com/excel/imptext.htm J.E. McGimpsey's: http://www.mcgimpsey.com/excel/textfiles.html Earl's program may work right out of the box.
Here are three sites that you could steal some code from: Earl Kiosterud's Text Write program: www.smokeylake.com/excel (or directly: http://www.smokeylake.com/excel/text_write_program.htm) Chip Pearson's: http://www.cpearson.com/excel/imptext.htm J.E. McGimpsey's: http://www.mcgimpsey.com/excel/textfiles.html Earl's program may work right out of the box.
D David Biddulph Jan 23, 2008 #6 Have you tried going into Windows/ Regional Settings, and changing the list separator?
D Dave Peterson Jan 23, 2008 #7 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.
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.