View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Anonymous CHief Anonymous CHief is offline
external usenet poster
 
Posts: 4
Default Inserting row based on value in cell in Column C

Hi,

I need a macro that will take values in column C and add that number of rows
below that cell as the number in that cell.

An example:
A cell in C2 for instance has the value 3. I want the macro to then read the
3 in cell C2 and then add 3 rows below cell C2 or row 2.

Please help. This is like a two step process that I need help with. Thank
you.

Anonymous Chief