Is there a way I can create a command button and then copy and paste that button several more times to other areas on the same tab without having to redo the code each time?
I created a command button that when clicked does the following
Insert row below this row
removes format from the row above
carries down formula from the row above
I need to do this process 29 more times. When I copy and paste this button down to the next section, (2 of the total 30 times) it does the correct process, however it goes back to the row where the first button began. I need this process to start over at the row each button is.
The other issue I am running into is when I click on the command button to do the process shown above, when I click on that same button again it inserts a row directly below the first row thus pushing down my new data down a row. I want a row inserted below the previously inserted row from the first click
Please Help!
Thanks
I created a command button that when clicked does the following
Insert row below this row
removes format from the row above
carries down formula from the row above
I need to do this process 29 more times. When I copy and paste this button down to the next section, (2 of the total 30 times) it does the correct process, however it goes back to the row where the first button began. I need this process to start over at the row each button is.
The other issue I am running into is when I click on the command button to do the process shown above, when I click on that same button again it inserts a row directly below the first row thus pushing down my new data down a row. I want a row inserted below the previously inserted row from the first click
Please Help!
Thanks
Last edited: