I have a workbook with many sheets. On each sheet is a command button with a macro assigned to it. when the button is clicked, I want data from cells A1:A10 from Sheeet1 (the data source sheet) to be copied to a selected area in the target active sheet (The active sheet is the sheet where the macro button was clicked). I don't want to duplicate this macro for every sheet that has a button. How can I word the VBA code so that the data is copied to the sheet where the button was clicked and have only one macro subroutine? Thanks.
Bookmarks