excel vba - Break out of a While...Wend loop in VBA - Stack Overflow
I am using a While...Wend loop of VBA. Dim count as Integer While True count=count+1 If count = 10 Then ''What should be the statement to break the While...Wend ...
stackoverflow.com |