Application Updating?

G

Guest

Could there be an instance when it would be necessary to leave the
application updating on when running code. For example if the code relies on
a reference cell that is changed in an earlier part of the code. Do all the
changes to cells take place even though they are not being refreshed on the
screen. The code I am refering to is...

'Turn off application updating
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual

Thanks, sorry this wasn't written very clear.
 
S

Sandy

Sure there are many, one example is if the code changed a cell value
and then needed to refer to that cell later in the code to manipulate
another cell.

Sandy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top