Forum Discussion
Gary_Schroeder
Jan 18, 2020Copper Contributor
CAN ANYONE HELP??? viewing results while a macro runs
A week ago... When I would run my testing macro, I would see the result of EACH of the 100 steps in the macro in the worksheet. I have a counter in the worksheet AND a graph display the results LIVE...
PascalKTeam
Jan 19, 2020Iron Contributor
Maybe the screenupdating setting was changed in the VBA code? Do you have this line of code in your VBA code
Application.ScreenUpdating = False?
Application.ScreenUpdating = False?
- Gary_SchroederJan 19, 2020Copper Contributor
Thanks for the note...but No, I do not have this line in my code. I tried adding this line, but with TRUE, and no change when running.
I am pulling my hair out as nothing changed in either the worksheet or the macro. Ugh!
Any other ideas? I am open to anything at this point.
- PascalKTeamJan 19, 2020Iron ContributorCan you post the file? Or at least the code?
- Gary_SchroederJan 19, 2020Copper Contributor