C
Chris W
Hi All
Having searched around, I have not yet found an answer to my problem, so
hopefully one of you experts out there will know the answer.
I have 2 userforms (F1 and F2). F1 is "shown" and the F2 is loaded at
document launch.
On my main multipage when I select the relevent tab, I show the F2 in modal
and work there.
When the user selects a tab on F2 which means transfering control back to
F1, I Hide F2 and control is passed to F1 where I process the code for the
relevent tab.
What is happening is that the tab is selected, BUT there are no controls at
all shown on the page. If I navigate away from the selected tab to another,
and back all is shown again.
Is there a way of doing this navigation so that the tab's controls are shown
in the first pass rather than mocing off the tab?
Many Thanks
Chris
Having searched around, I have not yet found an answer to my problem, so
hopefully one of you experts out there will know the answer.
I have 2 userforms (F1 and F2). F1 is "shown" and the F2 is loaded at
document launch.
On my main multipage when I select the relevent tab, I show the F2 in modal
and work there.
When the user selects a tab on F2 which means transfering control back to
F1, I Hide F2 and control is passed to F1 where I process the code for the
relevent tab.
What is happening is that the tab is selected, BUT there are no controls at
all shown on the page. If I navigate away from the selected tab to another,
and back all is shown again.
Is there a way of doing this navigation so that the tab's controls are shown
in the first pass rather than mocing off the tab?
Many Thanks
Chris