Thread
:
Stumped
View Single Post
#
1
Posted to microsoft.public.excel.programming
Andibevan[_4_]
external usenet poster
Posts: 103
Stumped
Hi,
If I try the following I get a Next without For error - Is it possible to do
something like this?
Sub test_loop()
For k = 1 To 5
If k = 3 Then
Next k
Else
MsgBox k
End If
Next k
End Sub
TIA
Andy
Reply With Quote
Andibevan[_4_]
View Public Profile
Find all posts by Andibevan[_4_]