Sebastian has attended:
Excel VBA Intro Intermediate course
Rtr interface
How do I create an interface box/menu where i can select which macro's/events I would like to run?
RE: rtr interface
Hi Sebastian
Thank you for your question
First create a combo box that populates with the names for the macros that you want to run. This should be run on the form's on open event.
Your user would then select the macro to run and click a command button which would run a main procedure. You would then use a select case statement for the value of the combo box, running the appropriate macro for the value selected in the combo box.
Hope this is useful
Regards
Stephen