Add a Row Every Fourth Row

  • Thread starter Thread starter daphoenix
  • Start date Start date
D

daphoenix

After I delete all blank rowes I want to add a blank row every 5th row.
 
for like a 100 rows


Bob Phillips said:
For how far

For i = LastRow to 1 Step -4

Rows(i).Insert
Next i

--
__________________________________
HTH

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top