Thread
:
Inserting Symbols via a macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ken Johnson
external usenet poster
Posts: 1,073
Inserting Symbols via a macro
Hi Graham,
25CF converted from hexadecimal to double yields 9679.
(2*16^3 + 5*16^2 + 12*16 + 9 = 9679)
Range("A1").Value = ChrW(9679) resulted in a small black circle.
Ken Johnson
Reply With Quote
Ken Johnson
View Public Profile
Find all posts by Ken Johnson