sspatriots
Well-known Member
- Joined
- Nov 22, 2011
- Messages
- 585
- Office Version
- 365
- Platform
- Windows
Hi,
I have this code that runs and takes a while, therefore, at the beginning I have a small Userform that pops up at the beginning that says "Please Wait!". At the end of the code, I unload the form. However, while that code is running in the background the form tends to disappear while it is running. I'm wondering if I have an incorrect setting here. I have screenupdating set to false right after the form loads and then back to true once it unloads.
Any ideas are welcome. Thanks, SS
I have this code that runs and takes a while, therefore, at the beginning I have a small Userform that pops up at the beginning that says "Please Wait!". At the end of the code, I unload the form. However, while that code is running in the background the form tends to disappear while it is running. I'm wondering if I have an incorrect setting here. I have screenupdating set to false right after the form loads and then back to true once it unloads.
Any ideas are welcome. Thanks, SS
VBA Code:
Pleasewait.Show vbModeless
VBA Code:
Unload Pleasewait