View Single Post
  #1   Report Post  
Renaud Renaud is offline
Junior Member
 
Location: Belgium
Posts: 3
Default Choosing a file encoding in VBA

Hello,

I have to work with the Mac version of Excel (v.X, equivalent to Excel 2000). In a macro, I want to save a string as a file (with the open path fo output as #1 .... close #1 instructions), but I remarked that the file encoding was Mac OS Roman.

Does anyone know how I can save the file with the Windows-1252 or UTF-8 file encoding?

Thanks,

Renaud