Cell A1 contains the string: rgbAliceBlue
rgbAliceBlue is a built-in VBA constant with the numeric value of 16775408
In the VBE Immediate window if I enter ?rgbAliceBlue it shows the value: 16775408
Application.Evaluate("rgbAliceBlue") returns Error 2029 - Type mismatch
How can I extract...