Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Lucina Ferrrari   on Oct 25 In MS Office Category.

  
Question Answered By: Wendy Harrison   on Oct 25

Also think of it this way, when doing ( Application.Screenupdating=False ),
it does several things, it turns off everything in [Excel's] environment  to
"optimize"
the performance  execution of the underlying VBA code.
PLUS, it also delays any updates  to the screen; thus the "flickering/repainting"
and of any refreshing activities in [Excel's] environment. The same is true
for (Application.Screenupdating=True), as it does the reverse of the above.

My thinking is, anything with Application.( ? ) with only one level reference to
[Excel's] environment.
Just like ( Application.Quit ), which is one level reference and it affects all
of [Excel's] environment.

Examples of a specific events that does NOT affect the whole Excel environment,
are Worksheets("Sheet1").Activate & Worksheets("Chart1").Activate.

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Excel and VBA Environment questions Or get search suggestion and latest updates.


Tagged: