MultiPage scripted changing

A

Alejandro

Hello all,

I am trying to get a MultiPage to change tabs once a button is clicked, then
do a series of functions.

I have tried using the .pages(0) property with a .setfocus, and .select.
The help functions show you how to add and remove a tab, but not go to it.

Am I chasing a goose here?

Thanks for any help!
 
A

Alejandro

Nevermind, I have figured it out.

It is working with:

multipage1.value = 0

Thanks!
-=Alejandro
 
Top