J J15491 May 24, 2009 #1 I am trying to change the color of my worksheet tabs, but can't find any info on ho to do it using a mac
I am trying to change the color of my worksheet tabs, but can't find any info on ho to do it using a mac
J Jacob Skaria May 24, 2009 #2 Right click on the Sheet tab and select a color from 'Tab Color'. If you are looking for a macro.. ActiveWorkbook.Sheets("Sheet1").Tab.Color = vbRed If this post helps click Yes
Right click on the Sheet tab and select a color from 'Tab Color'. If you are looking for a macro.. ActiveWorkbook.Sheets("Sheet1").Tab.Color = vbRed If this post helps click Yes
J Jacob Skaria May 24, 2009 #3 Right click on the Sheet tab and select a color from 'Tab Color'. If you are looking for a macro.. ActiveWorkbook.Sheets("Sheet1").Tab.Color = vbRed If this post helps click Yes
Right click on the Sheet tab and select a color from 'Tab Color'. If you are looking for a macro.. ActiveWorkbook.Sheets("Sheet1").Tab.Color = vbRed If this post helps click Yes