Thread
:
hex conversion
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
hex conversion
Use
VB
's hex command
from the immediate window:
? hex(255)
FF
--
Regards,
Tom Ogilvy
Ruchi wrote in message
...
Is there a way to convert decimal into Hex or binary in
excel?
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy