#1   Report Post  
gill santiago
 
Posts: n/a
Default Excel program

How do I format 1000 lines odd or even cell rows simultaneously using pattern
texture, i can do the individual rows to format using pattern texture but not
100 or 1000 lines
  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default Excel program

Try something like the following

Dim LastRow As Long
Dim RowNdx As Long

LastRow = Cells(Rows.Count, "A").End(xlUp).Row
For RowNdx = 1 To LastRow Step 2
Rows(RowNdx).Interior.ColorIndex = 6
Next RowNdx



--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"gill santiago" <gill wrote
in message
...
How do I format 1000 lines odd or even cell rows simultaneously
using pattern
texture, i can do the individual rows to format using pattern
texture but not
100 or 1000 lines



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
I am looking for a Excel program that I can log my vehichles. Layne Excel Discussion (Misc queries) 2 October 6th 05 07:49 PM
Do I need the latest excel program? adphillips Excel Discussion (Misc queries) 4 August 18th 05 01:08 PM
Slight problem automating Excel in a service someone Setting up and Configuration of Excel 2 May 13th 05 10:04 PM
can't open 2 excel program a once tim Excel Worksheet Functions 2 February 22nd 05 02:49 AM
Mexport transfer from another program to excel opens at excel lau. DanetteS Excel Discussion (Misc queries) 1 November 30th 04 11:27 PM


All times are GMT +1. The time now is 07:19 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"