Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / December 2006

Tip: Looking for answers? Try searching our database.

Multipage function - 1st page doesn't show

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
prahz - 07 Dec 2006 22:44 GMT
I have made a user form in excel vba.  In it I have a multipage form
"multipage1" with two pages: "partsPage" and "inventoryPage."

When I run my script, the multipage tabs show up, however the contents
of the first page do not automatically show up (ie the first page looks
like it is blank).  I have to manually click the first page's tab for
the contents to actually show up.  How do I make it to where the
conents of the first page "partsPage" show up automatically without the
user having to click anything?  partsPage is indexed as 0 and the other
page's index is 1 so i know I have that right.

This is kind of a hard one to explain but hopefully those of you with
more experience than I know where I am trying to get at.

Thanks.
kounoike - 08 Dec 2006 01:35 GMT
In your Userform window, select your multipage and set it's value property
to 0
or  I think something like this would work.
Private Sub UserForm_Initialize()
       Me.MultiPage1.Value = 0
End Sub

keizi

>I have made a user form in excel vba.  In it I have a multipage form
> "multipage1" with two pages: "partsPage" and "inventoryPage."
[quoted text clipped - 11 lines]
>
> Thanks.
kounoike - 08 Dec 2006 02:35 GMT
Ignore my post. It's seems like to misread your post.

keizi

> In your Userform window, select your multipage and set it's value property
> to 0
[quoted text clipped - 20 lines]
>>
>> Thanks.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.