View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Having "??????" in a Workbook name and recovering "??????"

Unfortunately you'll need to roll your own userform with a textbox, to look
like a msgbox, to display those Unicode characters.

Regards,
Peter T


"Alain-79" wrote in message
...
Hi...

I have one workbook name (cofCustComp_country)
that currentvalue is set to <="??????"
but... when I place this command
= MsgBox ActiveWorkbook.Names("cofCustComp_country").value
I get "??????" displayed

My Regional Options are set to French (France)...
How cold I get back into my code the correct name rather than those
"??????"
without being oblige to change my Regional settings ? that is the
question...

Thanks a lot for your help
Alain