10-21-2022, 03:37 PM
Instead of something like:
For slow = 1 To 10000000: Next
Use something which isn't going to depend upon the speed of the users PC to just add numbers in a loop. I'd suggest _LIMIT or _DELAY.
For slow = 1 To 10000000: Next
Use something which isn't going to depend upon the speed of the users PC to just add numbers in a loop. I'd suggest _LIMIT or _DELAY.