I have a frame in my userform named "Alamo". How can I get the background color to this color?
![]()
With AlamoRates.Label10.BackColor .Pattern = xlSolid .PatternColorIndex = xlAutomatic .ThemeColor = xlThemeColorLight2 .TintAndShade = 0.799981688894314 .PatternTintAndShade = 0 End With AlamoRates.Show
This works, but I need the color above that I got from recording
![]()
AlamoRates.Label10.BackColor = RGB(51, 102, 255) ' white
Bookmarks