Thread: hex conversion
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 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?