Thread: UNICODE strings
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Charles Williams Charles Williams is offline
external usenet poster
 
Posts: 968
Default UNICODE strings

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.