Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I maintain alternate row shading after inserting a new row

How do I maintain alternate row shading after inserting a new row in Excel.
On some of our printed documents such as phone lists we like to have
alternate shaded rows. Currently, when we insert a row it compies the
format of the previous row so we end up with two shaded rows together. Not
the look I want.
--
Thankyou, Scott.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default How do I maintain alternate row shading after inserting a new row

Are you manually shading those rows? You could do it using conditional
formatting (i.e. shade every odd row), and this will adjust when a row
is inserted as the new row will take the format of the row above (as
you have pointed out).

Hope this helps.

Pete

On Jul 1, 12:11*am, Scott Wonser
wrote:
How do I maintain alternate row shading after inserting a new row in Excel. *
On some of our printed documents such as phone lists we like to have
alternate shaded rows. * Currently, when we insert a row it compies the
format of the previous row so we end up with two shaded rows together. * Not
the look I want.
--
Thankyou, Scott.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default How do I maintain alternate row shading after inserting a new row

See http://xldynamic.com/source/xld.CF.html#rows

--
__________________________________
HTH

Bob

"Scott Wonser" wrote in message
...
How do I maintain alternate row shading after inserting a new row in
Excel.
On some of our printed documents such as phone lists we like to have
alternate shaded rows. Currently, when we insert a row it compies the
format of the previous row so we end up with two shaded rows together.
Not
the look I want.
--
Thankyou, Scott.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default How do I maintain alternate row shading after inserting a new row

Instead of hard coding your formats use conditinal formatting. Instead of
Cell is Change to Formula is and add a formula like

=mod(row(), 2)=0

Now add your format and your spreadsheet should be dynamically formatted.
--
HTH...

Jim Thomlinson


"Scott Wonser" wrote:

How do I maintain alternate row shading after inserting a new row in Excel.
On some of our printed documents such as phone lists we like to have
alternate shaded rows. Currently, when we insert a row it compies the
format of the previous row so we end up with two shaded rows together. Not
the look I want.
--
Thankyou, Scott.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I maintain alternate row shading after inserting a new row

If you will be doing any filtering on the sheet, this formula will survive the
filtering process.

=MOD(SUBTOTAL(3,$A1:$A$2),2)=0


Gord Dibben MS Excel MVP

On Mon, 30 Jun 2008 16:26:00 -0700, Jim Thomlinson
wrote:

Instead of hard coding your formats use conditinal formatting. Instead of
Cell is Change to Formula is and add a formula like

=mod(row(), 2)=0

Now add your format and your spreadsheet should be dynamically formatted.




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
How do I set up alternate row shading with Excel 2003? msk1944 Excel Discussion (Misc queries) 9 June 4th 08 01:15 PM
Maintain custom color (shading) in spreadsheet Scott Excel Discussion (Misc queries) 1 October 5th 07 08:40 PM
Alternate row shading with a filtered spreadsheet glenlee Excel Discussion (Misc queries) 5 December 9th 06 05:57 AM
Alternate shading colors tjsmags Excel Discussion (Misc queries) 2 September 4th 06 02:49 PM
Alternate Shading tamiluchi Excel Discussion (Misc queries) 9 April 28th 06 08:55 PM


All times are GMT +1. The time now is 02:34 AM.

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

About Us

"It's about Microsoft Excel"