Spartan920
New Member
- Joined
- Sep 14, 2012
- Messages
- 9
Before I get started, I know this is a tall order...haha. I also know that this type of question has been answered and revisited time and time again. I found a lot of useful posts, but would really like something specific to what I'm doing.
I have an Oval (Oval 1) in Sheet1, and I'd like to change it's color from cell A1 in Sheet2 using VBA.
The colors are: Red- (255, 0, 0)
Yellow- (255, 255, 109)
Green- (41, 247, 46)
and Grey- (127, 127, 127)
I'd like these colors to Fill the Oval object. I'm not too worried about the line color at this point.
Can anyone help with the coding? I'm lost.
I have an Oval (Oval 1) in Sheet1, and I'd like to change it's color from cell A1 in Sheet2 using VBA.
The colors are: Red- (255, 0, 0)
Yellow- (255, 255, 109)
Green- (41, 247, 46)
and Grey- (127, 127, 127)
I'd like these colors to Fill the Oval object. I'm not too worried about the line color at this point.
Can anyone help with the coding? I'm lost.