Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I am using excel 2003 in window xp what i want to do is: in a row, if a cell is "Y", the whole row will change to red color. for example row shipping ite 1 y item 2 n item 3 y item .... I have more than 500 rows in worksheet. how should i write the code thank you jun |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would just use conditional formating for this.
"jun liu" wrote in message ... Hi, I am using excel 2003 in window xp. what i want to do is: in a row, if a cell is "Y", the whole row will change to red color. for example: row shipping item 1 y item1 2 n item2 3 y item3 .... I have more than 500 rows in worksheet. how should i write the code? thank you, jun |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Highlight all the cells
From the Format menu, Conditional Format Formula Is: =MATCH("Y",1:1, 0) Pattern: Red -- Rob van Gelder - http://www.vangelder.co.nz/excel "jun liu" wrote in message ... Hi, I am using excel 2003 in window xp. what i want to do is: in a row, if a cell is "Y", the whole row will change to red color. for example: row shipping item 1 y item1 2 n item2 3 y item3 .... I have more than 500 rows in worksheet. how should i write the code? thank you, jun |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically Highlight every 22nd row | Excel Discussion (Misc queries) | |||
In Excel can I automatically highlight the row im working on? | Excel Discussion (Misc queries) | |||
Have spreadsheet changes automatically highlight | Excel Worksheet Functions | |||
Why when I go to sort does it automatically highlight from #1028? | Excel Discussion (Misc queries) | |||
Highlight automatically anything that is other than required | Excel Worksheet Functions |