Hi,
I urgently need help with a problem I have. I have a button on an excel worksheet that opens a userform, reads an excel file row by row until the last row of data and based on the values in the cells will display an image. This is to create an animation effect. The program is working fine, however the problem I have is that I have tried to put a timer in to slow down the animation but it is just not working and I don't know why. When I run the animation it goes so fast through each row there is no time to see the images. The only way I can ensure that it is working is if I put breakpoints at each case which shows me it is actually working.
I would also like to stop the "loop" when it gets to the last row instead of just going through all the rows and then starting again. The code for the program is below:
![]()
Please Login or Register to view this content.
Bookmarks