Hi,
I have a tab control with couple of pages on it, like:
InfoPage, Page1, Page2, Page3.
On each page there are various text boxes and combo boxes.
What I need to do is to make one of these comboboxes (i.e. cboPeriod1) to be on Page1, Page2 and Page3, but not on the InfoPage.
The problem is that the control needs to be exactly the same.
This is simplified - actually I have 5 comboboxes and 10 reactangles, for which the VBA code already exist. And these 15 controls need to be on 4 different pages. And I would like to avoid puting additional 45 same controls with different name, as that would mean adding much more VBA code to do the same thing with each of these controls.
Is this possible?
Tnx.
I have a tab control with couple of pages on it, like:
InfoPage, Page1, Page2, Page3.
On each page there are various text boxes and combo boxes.
What I need to do is to make one of these comboboxes (i.e. cboPeriod1) to be on Page1, Page2 and Page3, but not on the InfoPage.
The problem is that the control needs to be exactly the same.
This is simplified - actually I have 5 comboboxes and 10 reactangles, for which the VBA code already exist. And these 15 controls need to be on 4 different pages. And I would like to avoid puting additional 45 same controls with different name, as that would mean adding much more VBA code to do the same thing with each of these controls.
Is this possible?
Tnx.
Comment