G
Gixxer_J_97
i have 11 frames in a userform - and 11 tabs on a tabstrip
depending on which tab in the tabstrip is selected, i want to display the
appropriate frame.
what is the easiest way to hide all the frames in one shot?
kind of like
for each tb in myStrip.tabs
next
to manipulate each of the tabs
do i need to create an array to hold the frames?
depending on which tab in the tabstrip is selected, i want to display the
appropriate frame.
what is the easiest way to hide all the frames in one shot?
kind of like
for each tb in myStrip.tabs
next
to manipulate each of the tabs
do i need to create an array to hold the frames?