Hi!
I found a neat routine to list the names of all of the controls (frame captions, labels, text fields, etc.) on a userform. Now I wish to pass a list of the userforms in my workbook to this routine. Their names have been changed from the default Userform1, Userform2, etc.
In the Properties pane of the userform, the Name property is enclosed in parentheses, and I am unable to use .Name as I could other properties such as .BackColor.
Is there a way to send a list of userforms to a routine in the manner I described above? Any assistance would be sincerely appreciated.
Thanks.
DRP
I found a neat routine to list the names of all of the controls (frame captions, labels, text fields, etc.) on a userform. Now I wish to pass a list of the userforms in my workbook to this routine. Their names have been changed from the default Userform1, Userform2, etc.
In the Properties pane of the userform, the Name property is enclosed in parentheses, and I am unable to use .Name as I could other properties such as .BackColor.
Is there a way to send a list of userforms to a routine in the manner I described above? Any assistance would be sincerely appreciated.
Thanks.
DRP