Writing Visual Basic Programs in Excel

There is a property in Excel’s VBA called application.screenupdating, which takes the values true or false. To stop the screen flickering while your macro is running, set application.screenupdating = false at the top of your macro, and then set application.screenupdating = true again at the bottom – if you don’t set the value back to true ... ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download