Hi all !
I have looked into the past forums but without success.
Please, I'd like to know if anybody of you knows which is the property that determines the number of tabs in a tabbed panel.
I'd like to realize a dynamic tabbed panle where the number of tabbed panels are regulated by a variable.
can anybody help me ?
Has anybody a sample of this code ?
Many thanks
I haven't got a clue what you mean by a "tabbed panel"
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
Sorry, an other definition is
multipage :-)
Assuming you mean a multipage or tabstrip control on a userform
Dim lngCount As Long With MultiPage1 lngCount = .Pages.Count .Pages.Add "Page" & lngCount, "Page" & lngCount + 1 End With With TabStrip1 lngCount = .Tabs.Count .Tabs.Add "Tab" & lngCount, "Tab" & lngCount + 1 End With
Great, thank you !
Please mark the thread solved & rate the answer(s)
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks