View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don S[_2_] Don S[_2_] is offline
external usenet poster
 
Posts: 2
Default color row based on table

Trying to color rows in spreadsheet based on table and variable

Table sheet is as folllows:

var1 color
var2 color
va 3 color

My code needs to be
If cell x in sheet Y = varx
apply color to entirerow of sheet Y

Any help?