try Cstr() rather than Str()
Charles
______________________
Decision Models
FastExcel 2.1 now available
www.DecisionModels.com
"Petr Pavelka" wrote in message
...
Hello,
I have an sheet with 3 columns (ID, english text, chinese text).
In a loop i go through all the rows and try to get english and chinese
text
values using Str() fuction.
It works good with english text but not with thechinese one (it looks like
"????").
Any ideas ?
Thanks.