I have a worksheet that looks like a form. It has a \"Reset\" button to clear the values.
There is a macro that I can run that copies that sheet into a new Workbook and
You should use 'ActiveX form button' instead of 'simple form button' (which I guess you use). Then you have to put reset procedure within ActiveX button event (double click on it to edit that procedure). As the result of coping the sheet both button and the procedure would be moved to new workbook which will break any reference to original file.