I want to determine the color of a current cell. When I
Debug.Print ActiveCell.Font.Color
I get back a number. In this case 24832
How do I determine the proper RGB value of this color given that I only have this number?
Is there some function that turns an int into RGB(0,0,0)?