Displaying a Single Page from a Mulitpage Setup

Hey everyone,

I have looked through previous posts and cannot find anything on this subject.  I also cannot seem to find the answer in the help files.  Hopefully one of you can help me.

I have a userform with a mulitpage selection.  Each page has different information.  I also have a radio button that corresponds to each page.  I would like to have a different page show for each radio button selection (ie, when Purched is selected, the Purchased page shows).  I have attached a photo for further explanation. 

The problem I am having is getting a page on the userform to be visible after the selection.  Right now, I have it set up so when a radiobutton is selected it calls a Private Sub (a different on for each radiobutton).  In this sub, I would like to say something that will activate the correct page, but I cannot figure out the correct code for it.  I tried UserForm2.MultiPage1.Visible = True, but that makes all the tabs visible.

Any help is appreciated.

Thanks,

Tara

SolidworksApi macros