मैं थोड़ी देर का उपयोग कर रहा हूँ ... 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 ... जैसे शर्त का उपयोग नहीं करना चाहता