saving a csv file with unicode encoding

A

avashistha

Hi,
i am trying this from quite long time.

I have searched the msdn but could find a way to save the file not as
default ASCII but as unicode encoding
WB.SaveAs FileName:=ResultPath & "\" & testName & "_summary" & ".csv",
FileFormat:=xlCSV, CreateBackup:=False

WB.Close SaveChanges:=True
 
Top