+ Reply to Thread
Results 1 to 3 of 3

Focus on Multipage#

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-17-2006
    Posts
    152

    Focus on Multipage#

    Hi,

    I have a check box that when true makes the properties on a mulitpage1("Page3") on a userform Visible,

    However what is the code to get the form to focus on this page, i.e. when the check box is clicked it shows this page to the user, not just makes it visible?

    Thanks

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259
    Hello Jonn,

    To activate the MutliPage on the UserForm uses this code. Change the object name to match yours. This will set focus to Page 3 of the MultiPage object.

      MultiPage1.Value = 2    'Page number - 1
    Sincerely,
    Leith Ross

  3. #3
    Forum Contributor
    Join Date
    11-17-2006
    Posts
    152
    nice one thanks

+ 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.6.0 RC 1