View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] elie.constantine@gmail.com is offline
external usenet poster
 
Posts: 7
Default Range function with Arabic Text

Hello

I have in an Excel sheet a cell A1 that contains arabic text. When I
try to use Range("A1") function I get a "Type Mismatch" error. While
debugging the code I get "????????" as a value for Range("A1").

Could somebody help me please.

Thanks