I have mutiple FOR LOOPS like:
and the code is the same. Can I combine those FOR LOOPS and define the intervals from say 10 TO 45 - EXCEPT 22,,36,37,38![]()
FOR blah = 10 TO 20 'code Next blah FOR blah = 23 TO 35 'code Next blah FOR blah =39 TO 45 'code Next blah
If so - how??
Bookmarks