OaklandJim
Well-known Member
- Joined
- Nov 29, 2018
- Messages
- 855
- Office Version
- 365
- Platform
- Windows
I am trying to apply one of Excel's 56 built-in colors (e.g. color index 3 is red) to the line around a shape using the color's index. I see RGB-related solutions but nothing about the using a color index. Is this even doable?
With oShape
.ForeColor = 36 '<= does not work
.ForeColor.ColorIndex = 36 '<= does not work
End With
With oShape
.ForeColor = 36 '<= does not work
.ForeColor.ColorIndex = 36 '<= does not work
End With