Hi all,
I need to seek for the content of a label in all open forms of an MDI. To be more specific, of all the child forms that have been created within the MDI, I need to look for the forms that have a label named MyLabel and return the content of it.
These forms have all been created using the following code:
where of course TemplateForm is a child form.Code:Dim FrmD As TemplateForm Set FrmD = New TemplateForm FrmD.Show
Does someone of you have a good seek and destroy code for this?
Best regards to you all, let the forum live!
W.





Reply With Quote