ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Screen still changes. Why ? (Application.Screenupdating = False not working (https://www.excelbanter.com/excel-programming/385745-screen-still-changes-why-application-screenupdating-%3D-false-not-working.html)

Coza

Screen still changes. Why ? (Application.Screenupdating = False not working
 
I have a Userfrom displayed upon the press of a button,

Sub Button10_Click()
Application.ScreenUpdating = False
UserForm4.Show
Application.ScreenUpdating = True
End Sub

BUT the page still changes why?
I also have the Application.Screenupdating = false included in the
Userfor4.Activate event too.

Corey....



NickHK

Screen still changes. Why ? (Application.Screenupdating = False not working
 
Corey.
Application=Excel
Userform=VBA

Not sure what you are hoping to achieve, but you can Load a userform without
..Showing it

NickHK

"Coza" wrote in message
...
I have a Userfrom displayed upon the press of a button,

Sub Button10_Click()
Application.ScreenUpdating = False
UserForm4.Show
Application.ScreenUpdating = True
End Sub

BUT the page still changes why?
I also have the Application.Screenupdating = false included in the
Userfor4.Activate event too.

Corey....






All times are GMT +1. The time now is 03:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com