Answers

Question and Answer:

  Home  MS Excel

⟩ How can I make the screen stop flashing during macro execution?

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

Application.ScreenUpdating = False

 231 views

More Questions for you: