Dear All,
I am making a software that calculates size for many equipments. This software takes input via separate input userform for each equipment . However, all these separate input userforms are having similar textboxs, checkboxs, buttons etc. with same names.
(There is one parent userform from which user can select any input userform among all these input useforms via a combobox.)
Now, the problem is as follow: As all these input userforms are having textboxs, comboboxs and buttons of the same names, VB.NET shows error that these textboxs are already declared.
Please Help.
=Akash
P.S. : I cant change the names of these textboxs as there are many textboxs in one input userform. And there are many such calculation input userform.
I am making a software that calculates size for many equipments. This software takes input via separate input userform for each equipment . However, all these separate input userforms are having similar textboxs, checkboxs, buttons etc. with same names.
(There is one parent userform from which user can select any input userform among all these input useforms via a combobox.)
Now, the problem is as follow: As all these input userforms are having textboxs, comboboxs and buttons of the same names, VB.NET shows error that these textboxs are already declared.
Please Help.
=Akash
P.S. : I cant change the names of these textboxs as there are many textboxs in one input userform. And there are many such calculation input userform.