PC Review


Reply
Thread Tools Rate Thread

Add a Row Every Fourth Row

 
 
daphoenix
Guest
Posts: n/a
 
      25th Jun 2008
After I delete all blank rowes I want to add a blank row every 5th row.
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      25th Jun 2008
For how far

For i = LastRow to 1 Step -4

Rows(i).Insert
Next i

--
__________________________________
HTH

Bob

"daphoenix" <(E-Mail Removed)> wrote in message
news:43202D0F-BB81-4E3D-852A-(E-Mail Removed)...
> After I delete all blank rowes I want to add a blank row every 5th row.



 
Reply With Quote
 
daphoenix
Guest
Posts: n/a
 
      25th Jun 2008
for like a 100 rows


"Bob Phillips" wrote:

> For how far
>
> For i = LastRow to 1 Step -4
>
> Rows(i).Insert
> Next i
>
> --
> __________________________________
> HTH
>
> Bob
>
> "daphoenix" <(E-Mail Removed)> wrote in message
> news:43202D0F-BB81-4E3D-852A-(E-Mail Removed)...
> > After I delete all blank rowes I want to add a blank row every 5th row.

>
>
>

 
Reply With Quote
 
Bob Phillips
Guest
Posts: n/a
 
      25th Jun 2008
Replace LastRow with 100 then.

--
__________________________________
HTH

Bob

"daphoenix" <(E-Mail Removed)> wrote in message
news:2F6E0AAA-F9DE-401F-92F5-(E-Mail Removed)...
> for like a 100 rows
>
>
> "Bob Phillips" wrote:
>
>> For how far
>>
>> For i = LastRow to 1 Step -4
>>
>> Rows(i).Insert
>> Next i
>>
>> --
>> __________________________________
>> HTH
>>
>> Bob
>>
>> "daphoenix" <(E-Mail Removed)> wrote in message
>> news:43202D0F-BB81-4E3D-852A-(E-Mail Removed)...
>> > After I delete all blank rowes I want to add a blank row every 5th row.

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
every fourth weekday? Lyn Microsoft Outlook Calendar 2 19th May 2009 06:31 PM
Fourth Time Asking This Vicki_g Windows Vista General Discussion 1 1st Apr 2009 12:55 AM
The fourth conditional format Barney Microsoft Excel Discussion 8 27th Sep 2008 12:36 AM
MARK EVERY FOURTH ROW lehigh46 Microsoft Excel Worksheet Functions 3 3rd Jun 2005 03:59 PM
Happy Fourth of July PuppyKatt Freeware 10 6th Jul 2004 12:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:36 AM.