user890772
user890772

Reputation: 9

Debugging MS Excel Macro

I have a VBScript Macro being run from MS Excel 2007. 5 minutes ago, when I debugged, if the code made changes to the excel doc that was open, I could see those changes in real time as I stepped through the code. All of a sudden, I don't see most of the changes in the Excel file.

Upvotes: 0

Views: 566

Answers (1)

barrowc
barrowc

Reputation: 10679

Have you perhaps set Application.ScreenUpdating to False?

Upvotes: 4

Related Questions