VBAProIWish
Well-known Member
- Joined
- Jul 6, 2009
- Messages
- 1,027
- Office Version
- 365
- Platform
- Windows
Hello All,
I have code here...
and it works fine
But when I try to use the same code for "Grape" and "Purple", it doesn't work
Is there a color chart for all the worksheet tab colors that work?
For example, I know that VBRed, VBBlue, VBGreen work, but since purple doesn't work, it would be nice to have a more complete list.
Thanks
I have code here...
Code:
Sheets("Cherry").Select
ActiveSheet.Tab.Color = vbRed
But when I try to use the same code for "Grape" and "Purple", it doesn't work
Code:
Sheets("Grapes").Select
ActiveSheet.Tab.Color = vbPurple
Is there a color chart for all the worksheet tab colors that work?
For example, I know that VBRed, VBBlue, VBGreen work, but since purple doesn't work, it would be nice to have a more complete list.
Thanks