E
Eva
Dear Sir
I change the list separator(under control panel) from " , " to " ; " in win2000 and winxp. I write macro that will save the excel file as text file with ';' separator but the result is still a ',' but this program can work on win98. The coding is as below
Worksheets("ProdPrice").Activat
Cells.Selec
Selection.Cop
Workbooks.Ad
Windows("Book1").Activat
Range("A1").Activat
ActiveSheet.Past
ChDir "C:\
ActiveWorkbook.SaveAs Filename:="C:\ClientInfo\Prodprice.txt",
FileFormat:=xlCSV, CreateBackup:=Fals
Windows("Prodprice.txt").Close SaveChanges:=Fals
Please give me any advice to solve it
Thanks a lo
Eva
I change the list separator(under control panel) from " , " to " ; " in win2000 and winxp. I write macro that will save the excel file as text file with ';' separator but the result is still a ',' but this program can work on win98. The coding is as below
Worksheets("ProdPrice").Activat
Cells.Selec
Selection.Cop
Workbooks.Ad
Windows("Book1").Activat
Range("A1").Activat
ActiveSheet.Past
ChDir "C:\
ActiveWorkbook.SaveAs Filename:="C:\ClientInfo\Prodprice.txt",
FileFormat:=xlCSV, CreateBackup:=Fals
Windows("Prodprice.txt").Close SaveChanges:=Fals
Please give me any advice to solve it
Thanks a lo
Eva