i have a userform with a 5 page multipage.

i have a multipage_Change event so anytime the user changes pages it runs that change event.

in the change event i check to see if the last page was selected. if so i check a condition (hitting a reference to another program). if that condition is not met i tell it to switch to page 4.

the code runs and it will make page 4 active but everything being displayed in the form is from that last page (page 5).

I'm thinking something with the change event doesn't like it when you use it to switch tabs.
If i then try to click on that last page again that change event doesn't run like its still on the last page??

anyone run in to this and found a solution??
see code below

Please Login or Register  to view this content.