Glory
Well-known Member
- Joined
- Mar 16, 2011
- Messages
- 640
Userform1 loads userform2 (progress bar). Code runs, userform2 tracks its progress with an expanding listbox.
I can't figure out how to trigger the code without forcing the user to press another buttonon the second form (the second form is meant to be a progress bar, and nothing else).
The second form doesn't actually appear until after the initialize event is done, so I can't use the initialize event.
Any ideas?
I can't figure out how to trigger the code without forcing the user to press another buttonon the second form (the second form is meant to be a progress bar, and nothing else).
The second form doesn't actually appear until after the initialize event is done, so I can't use the initialize event.
Any ideas?