Hi

I hope you can help me.

My company will soon be sent spreadsheets with Chinese text in the
cells.
I need to create a macro to export this to html files on a regular
basis - presumably encoded as UTF-8.

I have a sample file, (which seems to show the content as Chinese,
using 'SimSun' font - although I know we need to use Mandarin, so I am
not sure if I am even seeing the right data!).
However my macro, which refers to the workbooks(1).cells(row,col).value
when saved to the file, shows '????'.

I suspect (after some intensive reading today) this is because it is
not unicode. I have used strconv(strig_variable,64) but although this
loks different, it isn't chinese.

Is it possible to do what I need, and if so, what further steps should
I take?

Thanks for your help on this.
Regards