Answer the question
In order to leave comments, you need to log in
How to make an image move in a circle using a timer in excel?
I don’t know how to do it, there is a piece of code, but it walks once in a jump (teleports),
but you need to be able to see how it walks.
For example as in the picture
Thanks in advance for your help
Dim inPlus As Double
Dim Sc As Integer, lamax As Integer
lamax = 196
Sc = Timer
inPlus = 1
Do While Timer < Sc + 10
If Image1.Top <= lamax Then
Image1.Top = Image1.Top + inPlus
Else
Exit Do
End If
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question