View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] adremeaux@gmail.com is offline
external usenet poster
 
Posts: 1
Default encode in UTF-8 from macro?

I'm writing a macro to export some stuff from a spreadsheet to an xml
file, and I need to be able to save it with utf-8 encoding. How can I
do this? Right now it's outputting as Western.

-andy