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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top