Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default unable to control screenupdating

I have some very extensive VBA Code running in Excel. I am having trouble
controling the screen updating.

It seems that anytime I open a new workbook via VBA the screenupdating
resets to True also

Running in debug I can see that sometimes the command
Application.screenupdating=false seems not to have any effect at all.

Are there any hints/tips anyone can offer.

Thanks


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Please Help with ScreenUpdating..... This is driving me nuts

I am continuing to have this problem.....

Further testing has revealed really odd behavior....
Setting a break just prior to the command
"Application.ScreenUpdating=False"
Set thru the command and ScreenUpdating is still True

Go to the Immediate window and enter the command manually and the command
has the
desired effect... ScreenUpdating=False

What's Up... This is driving me NUTSSSSSS

"Susan Lammi" wrote in message
...
I have some very extensive VBA Code running in Excel. I am having trouble
controling the screen updating.

It seems that anytime I open a new workbook via VBA the screenupdating
resets to True also

Running in debug I can see that sometimes the command
Application.screenupdating=false seems not to have any effect at all.

Are there any hints/tips anyone can offer.

Thanks




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default Please Help with ScreenUpdating..... This is driving me nuts

Hi Susan:

Please post your code.

Once a macro finishes running, ScreenUpdating will automatically be reset to
True.

Regards,

Vasant.

"Susan Lammi" wrote in message
...
I am continuing to have this problem.....

Further testing has revealed really odd behavior....
Setting a break just prior to the command
"Application.ScreenUpdating=False"
Set thru the command and ScreenUpdating is still True

Go to the Immediate window and enter the command manually and the command
has the
desired effect... ScreenUpdating=False

What's Up... This is driving me NUTSSSSSS

"Susan Lammi" wrote in message
...
I have some very extensive VBA Code running in Excel. I am having

trouble
controling the screen updating.

It seems that anytime I open a new workbook via VBA the screenupdating
resets to True also

Running in debug I can see that sometimes the command
Application.screenupdating=false seems not to have any effect at all.

Are there any hints/tips anyone can offer.

Thanks






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Please Help with ScreenUpdating..... This is driving me nuts

First, when you are activating another workbook that one has now become the
active workbook therefore ScreenUpdating will be set back to true. If you
are opening the same workbook each time then just set screenupdating to
false in that workbooks open event.

"Susan Lammi" wrote in message
...
I am continuing to have this problem.....

Further testing has revealed really odd behavior....
Setting a break just prior to the command
"Application.ScreenUpdating=False"
Set thru the command and ScreenUpdating is still True

Go to the Immediate window and enter the command manually and the command
has the
desired effect... ScreenUpdating=False

What's Up... This is driving me NUTSSSSSS

"Susan Lammi" wrote in message
...
I have some very extensive VBA Code running in Excel. I am having

trouble
controling the screen updating.

It seems that anytime I open a new workbook via VBA the screenupdating
resets to True also

Running in debug I can see that sometimes the command
Application.screenupdating=false seems not to have any effect at all.

Are there any hints/tips anyone can offer.

Thanks






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
about screenupdating baha Excel Discussion (Misc queries) 0 March 25th 10 06:16 AM
Screenupdating Problems Trent Excel Discussion (Misc queries) 0 April 28th 06 07:03 AM
What does ScreenUpdating = False do? Judy Ward Excel Worksheet Functions 5 July 9th 05 09:25 AM
Unable to add references to Calendar control and outlook object utham raj via OfficeKB.com Setting up and Configuration of Excel 0 February 3rd 05 09:48 AM
Application.ScreenUpdating = False Pieter Kuyck Excel Programming 2 July 15th 03 06:28 PM


All times are GMT +1. The time now is 10:29 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"