Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default changing colors of a cell

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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing cell colors Joebeone Excel Discussion (Misc queries) 1 February 11th 10 07:17 PM
Changing cell colors in a row IF... Debra Dalgleish Excel Programming 0 January 15th 07 10:46 PM
Changing cell colors in a row IF... Ken Excel Programming 0 January 15th 07 10:21 PM
Changing the colors of a cell Keith Excel Programming 1 November 24th 04 01:41 PM
Cell contents changing colors Barmaley Excel Programming 0 July 8th 03 03:24 PM


All times are GMT +1. The time now is 06:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"