View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] rachitm@gmail.com is offline
external usenet poster
 
Posts: 23
Default Insert Row in Excel

I am trying to have an insert row button in my excel sheet where if you
click it:

- It copies the info from the row (A1:A7)
- Inserts a new row below
- Paste the info on the new row

Now, After inserting this new row, I want to use the same button to
insert another row below the new row...and so on...

Please help me with this.

Thanks