Thread
:
screen flickering
View Single Post
#
1
Posted to microsoft.public.excel.programming
ward376
external usenet poster
Posts: 360
screen flickering
Is there a way to "smooth" the movement while these lines execute?
For i = 1 To 360 Step 1
wb.ActiveChart.Rotation = i
x = Timer
While Timer - x < 0.01
Wend
Next
Reply With Quote
ward376
View Public Profile
Find all posts by ward376