<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to Color empty row in Excel for alternative 5 rows. in Operating System - Microsoft</title>
    <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-color-empty-row-in-excel-for-alternative-5-rows/m-p/4729977#M9866</link>
    <description>Hi, I have 500 rows in my excel sheet. I have a macro to insert one empty row for each 5 consecutive rows.I inserted empty rows using that. I would like to have another macro  to fill that empty row with color. If is there any macro to insert the empty row and as well as giving the color for same.</description>
    <pubDate>Wed, 22 Dec 2010 22:34:55 GMT</pubDate>
    <dc:creator>Venkat Kishore Gangavar</dc:creator>
    <dc:date>2010-12-22T22:34:55Z</dc:date>
    <item>
      <title>How to Color empty row in Excel for alternative 5 rows.</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-color-empty-row-in-excel-for-alternative-5-rows/m-p/4729977#M9866</link>
      <description>Hi, I have 500 rows in my excel sheet. I have a macro to insert one empty row for each 5 consecutive rows.I inserted empty rows using that. I would like to have another macro  to fill that empty row with color. If is there any macro to insert the empty row and as well as giving the color for same.</description>
      <pubDate>Wed, 22 Dec 2010 22:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-color-empty-row-in-excel-for-alternative-5-rows/m-p/4729977#M9866</guid>
      <dc:creator>Venkat Kishore Gangavar</dc:creator>
      <dc:date>2010-12-22T22:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Color empty row in Excel for alternative 5 rows.</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-color-empty-row-in-excel-for-alternative-5-rows/m-p/4729978#M9867</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;so you just want to fill rows with color?&lt;BR /&gt;maybe you need this:&lt;BR /&gt;Rows("x:y").Select&lt;BR /&gt;With Selection.Interior&lt;BR /&gt; .ColorIndex = 3&lt;BR /&gt; .Pattern = xlSolid&lt;BR /&gt;End With&lt;BR /&gt;&lt;BR /&gt;(this macro fill the 520. row. clor 3 = red)&lt;BR /&gt;&lt;BR /&gt;andras</description>
      <pubDate>Fri, 24 Dec 2010 21:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-color-empty-row-in-excel-for-alternative-5-rows/m-p/4729978#M9867</guid>
      <dc:creator>Andras Ordogh</dc:creator>
      <dc:date>2010-12-24T21:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Color empty row in Excel for alternative 5 rows.</title>
      <link>https://community.hpe.com/t5/operating-system-microsoft/how-to-color-empty-row-in-excel-for-alternative-5-rows/m-p/4729979#M9868</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;so you just want to fill rows with color?&lt;BR /&gt;maybe you need this:&lt;BR /&gt;Rows("x:y").Select&lt;BR /&gt;With Selection.Interior&lt;BR /&gt; .ColorIndex = 3&lt;BR /&gt; .Pattern = xlSolid&lt;BR /&gt;End With&lt;BR /&gt;&lt;BR /&gt;(this macro fill x.row to y row. color 3 = red)&lt;BR /&gt;&lt;BR /&gt;andras</description>
      <pubDate>Fri, 24 Dec 2010 21:02:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-microsoft/how-to-color-empty-row-in-excel-for-alternative-5-rows/m-p/4729979#M9868</guid>
      <dc:creator>Andras Ordogh</dc:creator>
      <dc:date>2010-12-24T21:02:46Z</dc:date>
    </item>
  </channel>
</rss>

