Would be nice to have an editable drop down list to select the event name from the events (subs ..._Action) defined in the IDE selected module.
Example Subs defined in module
Sub File_New_Action
' Code
End Sub
Sub File_Open_Action
' Code
End Sub
In the Visual Designer, create a Button and select from the list of event names (File_New, File_Open ...) the event File_New.
Example Subs defined in module
Sub File_New_Action
' Code
End Sub
Sub File_Open_Action
' Code
End Sub
In the Visual Designer, create a Button and select from the list of event names (File_New, File_Open ...) the event File_New.