View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Auto-format shading color.

John

The autoformat shading doesn't stick if you delete rows or sort the data.

Better to use Conditional Formatting which doesn't get messed up.

Select a range of rows to format.

FormatCFFormula is =MOD(ROW(),2)=1

Pick a color from FormatPatterns and OK your way out.


Gord Dibben MS Excel MVP

On Fri, 18 Aug 2006 06:22:01 -0700, John wrote:

How do I change the color of the auto-format every other line shading from
grey to a different color in Excel?