Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I am using excel97 to save an excel file to csv. When I use File/SaveAs/toto.csv, I obtain a file with a semicolon (";") delimiter which is the goal. But, I want to use a macro in vba to do so. This time, with the saveAs function, I obtain a record with a comma delimiter (","). I would like to know the reason for excel to give a semicolon delimiter when I save the file with menu File/SaveAs/toto.csv and on doing this action, when I save the macro and re use it in vba code, I get a comma delimiter !!!! I have tried this with excel2000 and in both cases, I obtain a semicolon delimiter. Is it an excel configuration to be done ? Thanks *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using SaveAs | Excel Discussion (Misc queries) | |||
SaveAs - VBA | Excel Discussion (Misc queries) | |||
SaveAs - VBA | Excel Discussion (Misc queries) | |||
VBA SaveAs Value | Excel Discussion (Misc queries) | |||
SaveAs | Excel Worksheet Functions |