This Macro code will make macro run faster by avoiding displaying the background view of running macro. You will not see anything happening in the background while the macro is running.
Sub xyz()
Application.screenupdating =False
Your Codings
Application.screenupdating =True
End sub
No comments:
Post a Comment