Listbox click generating MultiPage Change Event

OldVBAHack

New Member
Joined
Feb 19, 2018
Messages
2
Hi there - my first post - hope I'm doing it right

I have a MultiPage Userform with 5 pages. On page 1 (Index=0), everything works fine. When I'm on the second page (Index = 1) the ListBox click event creates a MultiPage_Change event - not a Listbox_Click event or a Listbox_MouseUp event.

That wouldn't be so bad if I could get the ListIndex in the MultiPage_Change event, but I can't.

What's puzzling me is that I have a nearly identical Listbox on page 0 that works just fine (although I need to use the Listbox_MouseUp event to make it work properly).

Thanks for any insight.
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
I'm not totally clear on your issue except that I've had issues like this and it is important to refer the listbox in question.
Something like Userform1.Page(1).listbox1....
 
Upvote 0

Forum statistics

Threads
1,223,937
Messages
6,175,513
Members
452,650
Latest member
Tinfish

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top