supress display during execution of an excel macro
Application. ScreenUpdating = False
' your code
Application. ScreenUpdating = True
Regards
Trevor
"Stu Littleton" wrote in message
...
What is the vba code to turn off the display during the execution of an
excel
2007 macro?
|