CommandButton
I have a spreadsheet that has a button on it that runs a macro when clicked. I had created a spreadsheet with a generic part and an application specific part (the generic part contains demographic type information). Several people used the sheet successfully, and we have about 30 or so workbooks, with multiple sheets in each, all of which have a working CommandButton1. All execpt 1
On this spreadsheet, I get several different errors depending on what I'm trying to do. The most common one is "Can't exit design mode because CommandButton1 could not be created." So I delete the button and try to recreate it, and it names it CommandButton2. So I change the event handler in VBA, and still get the same message. If there's another button on this sheet hiding some place, I can't find it. Anyone have any ideas?
|