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.
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.