Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() When I save my file as csv , Excel inserts semicolon instead of comma. I have already read that its related with my regional settings(Portuguese). How can i change the regional settings, using macro? The macro needs to work in Excel 2000, XP and 2003. -- Thank you Daniel Amorim |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe just writing your .CSV file the way you want would be better than changing
a windows setting on other people's pc. Here are some sites with sample code: J.E. McGimpsey's: http://www.mcgimpsey.com/excel/textfiles.html 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 Daniel Amorim wrote: When I save my file as csv , Excel inserts semicolon instead of comma. I have already read that its related with my regional settings(Portuguese). How can i change the regional settings, using macro? The macro needs to work in Excel 2000, XP and 2003. -- Thank you Daniel Amorim -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use comma as list separator instead semicolon? | Setting up and Configuration of Excel | |||
SUMPRODUCT - comma versus semicolon | Excel Worksheet Functions | |||
Saving Excel sheet as a semicolon delimited file (.csv) | Excel Discussion (Misc queries) | |||
Changing the comma for a semicolon when creating a CSV file | Excel Programming | |||
Converting Excel data into semicolon delimited text file | Excel Discussion (Misc queries) |