79
我正在使用While ... Wend循環的VBA。分手了...... Wend循環
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 ... WEND