Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Add a Row Every Fourth Row

After I delete all blank rowes I want to add a blank row every 5th row.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Add a Row Every Fourth Row

For how far

For i = LastRow to 1 Step -4

Rows(i).Insert
Next i

--
__________________________________
HTH

Bob

"daphoenix" wrote in message
...
After I delete all blank rowes I want to add a blank row every 5th row.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 18
Default Add a Row Every Fourth Row

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" wrote in message
...
After I delete all blank rowes I want to add a blank row every 5th row.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Add a Row Every Fourth Row

Replace LastRow with 100 then.

--
__________________________________
HTH

Bob

"daphoenix" wrote in message
...
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" wrote in message
...
After I delete all blank rowes I want to add a blank row every 5th row.






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
Sumproduct Fourth Array Rob Excel Worksheet Functions 2 December 5th 06 07:29 AM
how to fourth root a number on excel myers291 Excel Worksheet Functions 7 October 18th 06 07:29 PM
How do I eliminate every fourth row of data in a large file? MartyWonders Excel Discussion (Misc queries) 3 March 24th 06 11:52 AM
MARK EVERY FOURTH ROW lehigh46 Excel Worksheet Functions 3 June 3rd 05 03:59 PM
Taking data from 3 columns to make the fourth. Jerry Arnone, PMP Excel Worksheet Functions 3 May 24th 05 04:57 AM


All times are GMT +1. The time now is 11:29 AM.

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

About Us

"It's about Microsoft Excel"