Changing Tab Color With VBA
Greetings,
I am running a macro to copy the formats of one sheet to the next
sheet. One of the formats that I need to copy is the tab color. I
have the macro recorders code but it is for a specific sheet
Sheets("Jun-94").Select
ActiveWorkbook.Sheets("Jun-94").Tab.ColorIndex = 53
Anyone have an idea as to how to charge it for the current sheet?
As always TIA
-Minitman
|