How to create a UTF-8 text file from excel VBA

  • Thread starter Thread starter mah_kum_70
  • Start date Start date
M

mah_kum_70

HI,

How do I create a UTF-8 encoded file in excel VBA?

I have tried using filesystem obeject with TriState property to true.
This creates the file in Unicode format but not in UTF-8 format.

Thanks
 
Back
Top