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.
-
VBScript or VBA? Care to show us the code so we have some sort of a chance?Jean-François Corbett– Jean-François Corbett2011-08-12 06:17:33 +00:00Commented Aug 12, 2011 at 6:17
-
It's VBScript, I'm pretty sure.user890772– user8907722011-08-12 18:41:06 +00:00Commented Aug 12, 2011 at 18:41
-
Why not 100% sure? Care to show us?Jean-François Corbett– Jean-François Corbett2011-08-13 10:34:40 +00:00Commented Aug 13, 2011 at 10:34
-
When the excel file stops being updated do ctrl+break to enter debug mode. Inspect. Especially screen updating.HarveyFrench– HarveyFrench2015-08-07 12:54:00 +00:00Commented Aug 7, 2015 at 12:54
Add a comment
|