Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Euane and Erik,
I did write the openbook event in VBA to get the same result, but this is a lot easer and faster. Thank you. GL "Erik Oveson [MSFT]" ¦b¶l¥ó ¤¤¼¶¼g... Hi GL, Select the region you want this applied to (possibly the entire sheet in your case) and then go to Format | Conditional Formatting... | select "Formula Is" and then put for the formula: =MOD(ROW(), 5)=0 Then click the "Format..." button and select yellow color under the Pattern tab. I can show you how to do it in VBA if you want, but this is probably easier. -Erik "G Lam" wrote in message ... Hi, I want to format a sheet to show on each every 5 rows to a different color, i.e. R5, R10,R15.....,R150,R155 all in yellow and the rest are in normal white. How can I do that? Thank you. GL |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I convert conditional formatting into explicit formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting--different formatting depending on cell con | Excel Discussion (Misc queries) | |||
Formatting Conditional Formatting Icon Sets | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |