J
JanAdam
I have a VBA code resulting in an animation (say, showing a vibrating string).
The code works in slide show mode if I have a MsgBox included in the
animation loop, which of course I cannot have in the final version. Without
it, the screen is not refreshed while the animation loop is executed in the
background. After a while of a blank screen the last shape of the animation
is displayed.
Is there a way of forcing a screen refresh from within a loop?
This follows my previous querries on animation using math posted on Feb. 16.
Again, many thanks for all previous hints and avises.
JanAdam
The code works in slide show mode if I have a MsgBox included in the
animation loop, which of course I cannot have in the final version. Without
it, the screen is not refreshed while the animation loop is executed in the
background. After a while of a blank screen the last shape of the animation
is displayed.
Is there a way of forcing a screen refresh from within a loop?
This follows my previous querries on animation using math posted on Feb. 16.
Again, many thanks for all previous hints and avises.
JanAdam