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

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.