View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
bennyob
 
Posts: n/a
Default Recognition of crylic test in work sheet names, VB version 9108

I have named some worksheets using russian langauge text, which is not
recognised by VB in computers running less than Excel 2003.
Is there a patch or an upgrade for VB to read this text?

ie VB=Sheets(Array("*ð*õèñ", "peanuts")).Select
and refers to the worksheet арахис (russian for peanuts)
(the text is readable in excel, is not legible as worksheet names in VB)

Cheers Ben