how do I change the color on a worksheet tab using excel mac 2004

J

J15491

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

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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top