Thread: symbol
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
david mcritchie david mcritchie is offline
external usenet poster
 
Posts: 691
Default symbol

Or what did you expect to see or want to see
Font Tables as Rendered by your browser
http://wwww.mvps.org/dmcritchie/rexx/htm/fonts.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

In article , "SP"
wrote:

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 ?