Hi Uma,
Have a counter.
Say
somethign liek this
Have a counter.
Say
Code:
Counter=1 ' above the do loop
Counter = Counter + 1
If Counter > 15 Then
End Do
End If