Here's scenario I'm running: I have a macro which will allow the user to insert as many Titles as they desire. Each Title they insert is insertd via InputBox. For each Title they insert the macro automatically places the Title in a sheet and inserts a button in the cell next to the Title.
Here's the problem: Programmatically adding the buttons is easy, programmatically deleting them however seems to be a problem. The user can use a form to select which Title they wish to delete. Everything deletes fine except I can't get the button to delete. I can't find a way to reference the button. Since the button is created automatically, and the user selects the Title for deleting I can't use an actual shape name for the button, thus I need to delete it by the cell it resides in.
Any ideas how I should do this?
Here's the problem: Programmatically adding the buttons is easy, programmatically deleting them however seems to be a problem. The user can use a form to select which Title they wish to delete. Everything deletes fine except I can't get the button to delete. I can't find a way to reference the button. Since the button is created automatically, and the user selects the Title for deleting I can't use an actual shape name for the button, thus I need to delete it by the cell it resides in.
Any ideas how I should do this?