The information in this article applies to:
SYMPTOMSWhen you add a TabStrip control to a UserForm, then click a tab on the TabStrip, the Toolbox disappears. CAUSEA Tabstrip is not a separate form, but is a control on a UserForm that contains Tab objects. Since the border of the TabStrip defines a region of the form that you can associate with the tabs, when you place a control in the client region of the TabStrip, you are simply adding another control to the form that contains the TabStrip. Therefore, since a Tab cannot contain a control, the Toolbox is not displayed when a Tab is selected. RESOLUTIONIf you want the toolbox to reappear, click the UserForm that contains the TabStrip. This places the focus on the UserForm, and the toolbox is available for adding more controls to the UserForm. STATUSThis behavior is by-design of TabStrips in Microsoft Excel 97. MORE INFORMATION
A UserForm TabStrip control is very similar to a MultiPage control. But,
the two controls are used in different implementations of your UserForm.
REFERENCES
For more information about TabStrip Controls do the following:
Additional query words: XL97 tab strip
Keywords : |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |