Microsoft Excel Question:
How can I make the screen stop flashing during macro execution?
Answer:
Turn off the screen updating during macro execution. Insert this line at the beginning of your macro:
Application.ScreenUpdating = False
Application.ScreenUpdating = False