Macro for autro row insert ?

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

Attempting to insert blank rows from row three to row 100
other than manually inserting them. How would you createe
an auto row insert macro but only btween certain row #'s?
Also, would it be possible to autoextraxt the blanks at
some poitn?
thanks
 
Hi Rob,
You might also want to take a look at my
Insert Row(s) using a Macro to maintain formulas
http://www.mvps.org/dmcritchie/excel/insrtrow.htm

When inserting and deleting rows you want to be careful
how you used formulas that refer to other rows. For these
you probably want to be using OFFSET.

You should also be familiar with the fill handle
http://www.mvps.org/dmcritchie/excel/fillhand.htm
for propagating cell content.

If column A has actual blank cells (not spaces) you can delete
the entire rows for such cells without a loop.
macro del_COLA_empty within
Delete Cells/Rows in Range, based on empty cells, or cells with specific values
http://www.mvps.org/dmcritchie/excel/delempty.htm
 

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