Choosing a file encoding in VBA

R

Renaud

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
 
Top