Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Application.ScreenUpdating broken?

excel 2003 macro has worked fine for years.
calculates a specific range and copies that to another file before save
event.
Now all of a sudden the Application.ScreenUpdating = False isn't working
which was used to hide activation of ranges, copy and writing. Any
guesses what I should be looking for that would inhibit this behavior
which used to work fine?

Thanks
Scott
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default Application.ScreenUpdating broken?

Maybe...
You added to or changed some of the code.
You incorporated the code into or are calling it from some other code.
You are running the code on a different machine/different Excel version.
The code is called by an Event that changes something.
Note: ScreenUpdating is automatically reset to True at code completion.
--
Jim Cone
Portland, Oregon USA



"SDenton"
wrote in message
excel 2003 macro has worked fine for years.
calculates a specific range and copies that to another file before save
event.
Now all of a sudden the Application.ScreenUpdating = False isn't working
which was used to hide activation of ranges, copy and writing. Any
guesses what I should be looking for that would inhibit this behavior
which used to work fine?
Thanks
Scott
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 Barb Reinhardt Excel Programming 2 August 1st 08 07:17 PM
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 broken Dave Unger Excel Programming 5 August 4th 06 05:19 AM
PLEASE PLEASE HELP Application.Screenupdating modjoe23[_6_] Excel Programming 3 September 3rd 05 05:08 AM
Application.screenUpdating = False Pamhall Excel Programming 1 December 17th 04 03:19 PM


All times are GMT +1. The time now is 08:12 PM.

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"