I have a macro to print that I want to repeat 8 times. What would be the coding to loop something and how do you dictate the start and end point for the loop?
I have a macro to print that I want to repeat 8 times. What would be the coding to loop something and how do you dictate the start and end point for the loop?
Here is one of several ways including variable declaration:
![]()
Dim i as Integer For i = 1 to 8 'your code here Next i
That worked perfectly. Thank you.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks