Answers

Question and Answer:

  Home  MS Excel

⟩ How can I speed up my Macro execution?

Turn off the screen updating during macro execution. Insert this line at the beginning of your macro:

Application.ScreenUpdating = False

 243 views

More Questions for you: