i was thinking of making a VBA button that selects data on a sheet and copies just the values to another sheet( range from A1 to E100 ), but on the newly created sheet, i wanted to move the sheet to the end of the list, generate a new button on that sheet, and setup the code/properties for it to clear just the data on that temporary sheet
of course i could have a print button for that sheet too, but that's not the hard part
/////////////////////////////////
Private Sub MakeCopy_Click()
' Mysterious Code
End Sub
/////////////////////////////////
thanks ppl