Glory
Well-known Member
- Joined
- Mar 16, 2011
- Messages
- 640
My code resizes my userform, reducing its height by half. Then my code lets application.screenupdating = false.
But when screenupdating becomes false, the lower half of the userform remains frozen on the screen.
Is there a statement to force Excel to update its display before the next line in the code is initiated? I tried DoEvents with no success.
But when screenupdating becomes false, the lower half of the userform remains frozen on the screen.
Is there a statement to force Excel to update its display before the next line in the code is initiated? I tried DoEvents with no success.