LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default ??? application.screenupdating no longer works! Why???

I am getting a bit frustrated. I found this question in several places, but
no answers. Please help!

The command: "application.screenupdating = false" no longer works. I
restarted my computer and restarted Excel. I opened a new workbook, and typed
in a test macro.

sub test()
application.screenupdating = false
....

No matter what I do, I can no longer get screen updating to stop.

I was running a macro that opens a *.wk3 file, copies info into a *.xls
file, and continues with the next .wk3 file. When I am done, I have a neat
list of information in Excel compiled from 3,500 .wk3 files.

To speed things, I used at the beginning of my code:
application.screenupdating = false

It worked beautifully for a while. However, some .wk3 files contained an
error in a specific cell and would stop until I responded to the alert.

To avoid the annoying alert, I used this:

on error resume next
application. displayalerts = false

Maybe this caused a problem?

Thanks for your help.




 
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 issue Gary Keramidas Excel Programming 4 March 11th 06 02:45 AM
PLEASE PLEASE HELP Application.Screenupdating modjoe23[_6_] Excel Programming 3 September 3rd 05 05:08 AM
Application.ScreenUpdating MsgBox MichaelC Excel Programming 3 June 15th 05 12:51 AM
Application.ScreenUpdating problem jkitzy Excel Programming 3 January 12th 05 09:27 PM
Question on application.screenupdating augustus Excel Programming 2 December 18th 04 01:35 AM


All times are GMT +1. The time now is 03:48 PM.

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

About Us

"It's about Microsoft Excel"