I looking to via VBA to change the fill color of a shape using the Hex color from a button on a userform,
example
ActiveSheet.Shapes.Range(Array("KEY_1")).Fill.ForeColor.RGB = RGB(255, 255, 0)
also the same would apply to the Text color
Also how would one use a variable for the RGB color, and convert between the two
thanks
example
ActiveSheet.Shapes.Range(Array("KEY_1")).Fill.ForeColor.RGB = RGB(255, 255, 0)
also the same would apply to the Text color
Also how would one use a variable for the RGB color, and convert between the two
thanks