R
RW
In VBA, how would I change the interior colour of
alternate rows in a filtered list ie. visible rows only?
Thanks,
Rosemary
alternate rows in a filtered list ie. visible rows only?
Thanks,
Rosemary
-----Original Message-----
Try this on Chip Pearsons site, it will give you all you need!
http://www.cpearson.com/excel.htm
You will find a section on colour formatting here.
Simon
Frank,-----Original Message-----
Hi
try the following:
- row 1 is the heading row
- column A is the filtered column
- select row 2:x
- goto 'Format - Conditional Format'
- enter the following formula:
=MOD(SUBTOTAL(3,$A$2:$A2),2)
- choose a fomat
.
Frank-----Original Message-----
Hi
try the following:
- row 1 is the heading row
- column A is the filtered column
- select row 2:x
- goto 'Format - Conditional Format'
- enter the following formula:
=MOD(SUBTOTAL(3,$A$2:$A2),2)
- choose a fomat
.
Frank, thank you for your solution (3rd time lucky!). It-----Original Message-----
Hi
try the following:
- row 1 is the heading row
- column A is the filtered column
- select row 2:x
- goto 'Format - Conditional Format'
- enter the following formula:
=MOD(SUBTOTAL(3,$A$2:$A2),2)
- choose a fomat
.