Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() sujay wrote: Hi all, I am new to VBA and Excel stuff. I am trying to convert .xls file to .html. I am successeded in that, but when i am trying to convert another .xls file to .csv the previously generated .csv file gets lost, i..e it is not seen, may be it get replace with new file(though names are different). Is any body getting same problem. I want to save previous .csv file also. Reply soon Thank you sujay Hi Suiay, You can use the followinf piece of code in any subroutine you like: ActiveWorkbook.SaveAs Filename:="FileName", FileFormat:= _ xlCSVMSDOS, CreateBackup:=False FileName: is the Complete file path you want to save the CSV in it. hope it works. Hesham Elhadad |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to convert .xls to .csv? | Excel Discussion (Misc queries) | |||
HOW DO I CONVERT .CSV FILE TO .XLS? | Excel Discussion (Misc queries) | |||
convert from .xls format to .csv format | Excel Discussion (Misc queries) | |||
Convert .csv files | Excel Discussion (Misc queries) | |||
When converting an .xls file to .csv I get too many commas at the. | Excel Discussion (Misc queries) |