How to check for active sheet in Multipage on a Userform

L

Lasse

Hi

I am creating a Userform in Word 2007 and have added a multipage with 3
sheets. I have created a Multipage_Change procedure that runs some code when
change between the sheets.
How can I see which of my 3 sheets thats the active one when running the
Multipage_Change?

/Lasse
 
J

Jonathan West

Lasse said:
Hi

I am creating a Userform in Word 2007 and have added a multipage with 3
sheets. I have created a Multipage_Change procedure that runs some code
when
change between the sheets.
How can I see which of my 3 sheets thats the active one when running the
Multipage_Change?

The Value property of the multipage control gives you the active page number
 
Top