Hi,

I need to update an Excel spreadsheet with VBA code written by someone else that I don't know. There is a button (as Textbox rather than Commandbutton) where I click then all the values in the Excel will be restored to the defaults. I opened the Developer tab and clicked Design mode, then "View code". Surprisingly I cannot see the code. There has to be some code assigned to this button (or Textbox) so that clicking on it restores the defaults. What's more surprising is that I found the macro code for restoring defaults, but didn't see how the code is connected to this button (or Textbox). Could any of you tell me where I can identify the association between this button and the code?

Thanks!