Hi all,
I am new to VBA and I am stuck in this issue for the last 2 days Please suggest me some solution. I am trying to create csv file from excel file. The file gets created but all the columns merge into just one column. i.e its not comma separated.
The piece of code I am using for creating the csv is below :-
wkb.SaveAs FileName:="C:\Users\Public\EGM.csv", _
FileFormat:=xlCSV, CreateBackup:=False
wkb.Close savechanges:=False
Can anyone help me with this?
I am new to VBA and I am stuck in this issue for the last 2 days Please suggest me some solution. I am trying to create csv file from excel file. The file gets created but all the columns merge into just one column. i.e its not comma separated.
The piece of code I am using for creating the csv is below :-
wkb.SaveAs FileName:="C:\Users\Public\EGM.csv", _
FileFormat:=xlCSV, CreateBackup:=False
wkb.Close savechanges:=False
Can anyone help me with this?