Thread: coloring a tab
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Snedker[_2_] Snedker[_2_] is offline
external usenet poster
 
Posts: 5
Default coloring a tab

On Wed, 17 Dec 2003 18:42:29 GMT, "Jan Eikeland"
wrote:

is this possible in VB or by a macro?


Do like I did: record a new macro & do what you wanna do, and you'll
end up with something like:

Sheets("Sheet1").Select
ActiveWorkbook.Sheets("Indtast").Tab.ColorIndex = 6


regards /Snedker