Hello,

I have verrrry limited knowledge but a basic grasp of VBA/Macros

Currently I am using a standard button (I think, I just copy/paste/re-assigned existing macros) to activate the macro... This macro inserts rows then copy/pastes data from various cells/worksheets....

My problem arises as I need this same macro, multiple times on the same sheet. I need the rows that are inserted to be relative to the row in which the macro was clicked..... But being an image or whatever, the macro can be anywhere on the sheet and it will reference only that original row that I clicked on when recording the macro....and insert rows there. I need the macro to insert the rows immediatley below the row it was clicked...

If someone can explain it to me in laymans terms that'd be great!

Thanks