I'm very much a novice to VB. Used to write Basic code years ago but VB is much more complicated. I want to start and stop a loop with a button click. One or two buttons will do. In basic I could call a subroutine in the loop and check for a stop. Tried a module in VB but wasn't successful. I used: If Button1_Click = true then End, but it didn't work. I'd appreciate a method on how to accomplish this.
Thanks in advance for the help.
Thanks in advance for the help.