Hexadecimal Calculations
from the immediate window:
? &HFF - &HF0
15
? Hex(&HFF - &HF0)
F
Regards,
Tom Ogilvy
"Jason" wrote in message
...
I know you can convert numbers to hexadecimal in Excel.
But, can you calculate numbers using hex data without
doing the conversion?
Thanks.
Jason
|