Recognition of crylic test in work sheet names, VB version 9108

B

bennyob

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
 
Top