Я використовую цикл while ... Wend VBA.
Dim count as Integer
While True
count=count+1
If count = 10 Then
''What should be the statement to break the While...Wend loop?
''Break or Exit While not working
EndIf
Wend
Я не хочу використовувати умову на зразок `У той час як число <= 10 ... Венд