+ Reply to Thread
Results 1 to 6 of 6

Thread: Property of tabbed panel

  1. #1
    Registered User
    Join Date
    11-26-2008
    Location
    Philippines
    Posts
    9

    Property of tabbed panel

    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

  2. #2
    Forum Guru, retired Admin royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    25,639
    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)

  3. #3
    Registered User
    Join Date
    11-26-2008
    Location
    Philippines
    Posts
    9
    Sorry, an other definition is

    multipage :-)

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    2003 & 2007 & 2010
    Posts
    11,351
    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
    Cheers
    Andy
    www.andypope.info

  5. #5
    Registered User
    Join Date
    11-26-2008
    Location
    Philippines
    Posts
    9
    Great, thank you !

  6. #6
    Forum Guru, retired Admin royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    25,639
    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)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0