T
Terry
I have a public sub that references a control from the calling form, Dim ctl
as Control. The control happens to be a ListBox, however I have two of these
on the main form and would like to use the same Public Sub with each.
As both ListBoxes have different name properties how do I pass the reference
in the subs arguments so that I can use it in the ctl variable?
Regards
as Control. The control happens to be a ListBox, however I have two of these
on the main form and would like to use the same Public Sub with each.
As both ListBoxes have different name properties how do I pass the reference
in the subs arguments so that I can use it in the ctl variable?
Regards