Thread
:
Any way to add hex numbers?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Fan924
external usenet poster
Posts: 238
Any way to add hex numbers?
Never mind. I found this in a Macro I did a few years ago and forgot.
It works. Sorry
ActiveCell.FormulaR1C1 = "=RIGHT(DEC2HEX(SUM(R[0]C[-4]:R[4097]C[-4])),
4)"
Reply With Quote
Fan924
View Public Profile
Find all posts by Fan924