Thread: symbol
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SP[_4_] SP[_4_] is offline
external usenet poster
 
Posts: 2
Default symbol

In cell A1, I have ... a (a symbol)

In A2, I have ... =code(A1) ... the display value is 63.

In A3, I have ... =char(A2) ... the display value is ? (a question mark).

How come ?

Thanks
Steve