gsgriffin
Technical User
- Oct 17, 2002
- 27
I've tried many different approaches, but haven't been able to get this to work. In short, I need to have buttons on several different sheets automatically copy a range of cells to a final page. Example:
Button "3-5"...
Copies range of cell on Sheet 3 and then Pastes Cells on Page 10
This same process will take place for Button "4-1" (Sheet 4) and so on.
I'm looking for code that will allow the Button to specify the x,y starting points for the range to be copied and then a common loop for pasting the cells collected. I've got about 40 of these buttons to create and want to minimize my code for efficiency. I seem to be getting caught in specifying the sheet name for collecting the cells.
Button "3-5"...
Copies range of cell on Sheet 3 and then Pastes Cells on Page 10
This same process will take place for Button "4-1" (Sheet 4) and so on.
I'm looking for code that will allow the Button to specify the x,y starting points for the range to be copied and then a common loop for pasting the cells collected. I've got about 40 of these buttons to create and want to minimize my code for efficiency. I seem to be getting caught in specifying the sheet name for collecting the cells.