Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Tabstrip control

How do I attach a control to the tabstrip in design mode? I would think I could drag the control to the tabstrip and it would be owned by that tabstrip. Does anyone have any suggestions?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default Tabstrip control

"Ric" wrote in message
...
How do I attach a control to the tabstrip in design mode? I would think I

could drag the control to the tabstrip and it would be owned by that
tabstrip. Does anyone have any suggestions?

Hi Ric,

I think you're confusing a TabStrip control with a MultiPage control. A
TabStrip control is not a container for other control like a MultiPage
control is.

A TabStrip is generally used when you have mostly identical layout for
all the tabs. The TabStrip control simply notifies you what tab is currently
active and your code treats the control accordingly. However, the controls
are exactly the same no matter what tab is selected.

A MultiPage control is used when you need a completely unique layout for
each tab. The pages on a MultiPage control are true containers, so when you
add a set of controls to one page, you will not see those controls when you
activate another page. All of them can be addressed directly from within the
UserForm, though, exactly as if they were placed directly on the form.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
tabstrip when chart is saved as webpgae SteveEldridge Excel Discussion (Misc queries) 0 September 19th 06 09:10 AM
Adding tabstrip and runtime Michael J. Malinsky Excel Programming 4 August 4th 03 11:07 PM
Strange problem with a dynamically populated tabstrip on a worksheet Scott Lyon Excel Programming 0 July 29th 03 08:31 PM
DataCombo seems locked after changing TabStrip Reiner Wolff Excel Programming 2 July 22nd 03 04:48 PM
DataCombo seems locked after changing TabStrip Reiner Wolff Excel Programming 0 July 22nd 03 11:18 AM


All times are GMT +1. The time now is 10:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"