the master
01-03-2008, 12:56 AM
Hi. Is there a way to check if a sub exists in another form? I want to run a sub "form2.dosomething" from form1 but form2 might not have a sub called "dosomething". If it doesnt then i want it to ignore it. I would also like to do it without an error handler.
I know it sounds daft but im loading multiple instances of forms which have to access a sub in the "owner form" which could be any other form
I know it sounds daft but im loading multiple instances of forms which have to access a sub in the "owner form" which could be any other form