View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nick Nick is offline
external usenet poster
 
Posts: 17
Default How to show unicode String ?

Hi,

I have a variable temp which store unicode string(more than 1 char) ,
but how can i display it correctly using vba in excel? Instead of
showing its unicode value?

Thanks