Jul 28, 2003 #1 rnordquest New member Joined Jul 17, 2003 Messages 148 Location US What is the form of the command to stop the display from updating? This reduces the macro calculation time. It's something like: WindowsUpdate = False
What is the form of the command to stop the display from updating? This reduces the macro calculation time. It's something like: WindowsUpdate = False
Jul 28, 2003 #2 yakpol Structural Joined Jun 1, 2001 Messages 450 Location CA Application.ScreenUpdating = False Upvote 0 Downvote
Jul 28, 2003 Thread starter #3 rnordquest New member Joined Jul 17, 2003 Messages 148 Location US The precise answer I was looking for. When I change jobs and move to another company I can never seem to remember this. Thanks, Roger Upvote 0 Downvote
The precise answer I was looking for. When I change jobs and move to another company I can never seem to remember this. Thanks, Roger