I am creating some automation software for our company that dynamically creates pages on a Multipage depending on some data within a chosen excel file. I have controls set up on the object viewer with events to trigger (ie DblClick a ListBox or ComboBox).
How can I copy the events associated with an object to the new multipage?
I have started copying the existing objects already, but it's not complete.
I have been googling methods for copying events but the queries aren't relevant with certain KeyWords. I am looking into resources for Event Copying Now, but it seems to be limited. Seems the addressOf function on Copy event handler assignment to another instance is having issues when referencing another function.