Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi I've made a macro that save an excel file in .csv format.
I've several columns that have numeric format, with two decimal separated by commas. I don't have any problem when using Excel SaveAs Dialog. But when I execute that action in the macro, I get decimals separate BY POINT and not BY COMMA. I include the final part of my macro: ' varText has the name of the file columns("A:M").Select ActiveWorkbook.SaveAs Filename:= _ "\\Mtdisa\directory\" + varText + ".csv" _ , FileFormat:=xlCSVMSDOS, CreateBackup:=False Thanks for the attention. Regards -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sort data separated by commas | Excel Worksheet Functions | |||
Compare two files and update data from another file base on words ina cell separated by commas | Excel Worksheet Functions | |||
How do I de-concatenate items separated by commas! | Excel Discussion (Misc queries) | |||
Help! I need a formula to add numbers separated by commas within | Excel Worksheet Functions | |||
Save excel file with pipe separated | Excel Discussion (Misc queries) |