I have done this with command buttons and have the macro code check the caption of the command button to with an if statement to determine which code to run.
This could be modified to your needs and would not revert back to the origial CommandButton's functionality if you don't rename it in the second if statement.
I have also used a shape (ie. rectangle) with text as a button and after it was clicked the last few lines of the code would delete the original rectangle then add a new rectangle, the text I want it to contain and assign it's 'OnAction' property to call the desired macro when it is clicked.
This second method is a little more involved but could also be used for your purposes.
Bookmarks