Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default 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....


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default 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....




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
'Application.ScreenUpdating = False' isn't working Dan R. Excel Programming 6 March 2nd 07 01:10 AM
Application.ScreenUpdating = False still causing screen to flash... [email protected] Excel Programming 3 January 5th 07 05:10 AM
How to set Application.ScreenUpdating = False for Gen use David_Williams_PG () Excel Discussion (Misc queries) 1 August 15th 06 12:06 PM
Application.screenUpdating = False Pamhall Excel Programming 1 December 17th 04 03:19 PM
Application.ScreenUpdating = False Pieter Kuyck Excel Programming 2 July 15th 03 06:28 PM


All times are GMT +1. The time now is 07:46 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"