View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default changing colors of a cell

See if you can work with this.

If Cells(Lot51Row, Lot51Col) = "YourCriteriaValue" Then
Range("CellsToChangeColor").Interior.ColorIndex = ANumberFrom1To56
End If

"Ben" wrote:

My problem is that I need to change the colors of cells based on the values
of Lot 51, East Pavilion and West Pavilion if you could help me out with this
that would be great