SSTab problems

  • Thread starter Thread starter R.H.
  • Start date Start date
R

R.H.

In VBA in Excel I created a form and put a SStab on it with three tabs.
Now I want to put some controls on the tabs like and textbox, label,
etc. Everytime I try to they go behind the tab control. I tried
drawing the sstab control and the textbox control, but still it won't
work. This works in Visual Basic, but I am not sure why it does not
work in VBA. Any ideas?

Roger
 
Never mind I figured it out; I had to place a frame on the form and then
place the tab control on the frame. Now I can add the controls to each
tab without a problem.

Roger
 
If you are talking about on a worksheet instead of a userform, you will find
that there are no events associated with these controls.
 
No, I was talking about the user form, I had to switch to the multipage
control to get the label and textbox controls to work like I wanted them to.

Roger
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top