Thread
:
For..Next Question
View Single Post
#
2
Posted to microsoft.public.excel.programming
Scoops
external usenet poster
Posts: 108
For..Next Question
Hi Sandy
Try this:
For i = 1 to 10
If i < 5 Or i < 6 Or i < 7 Then
yourprocedure
End if
Next
Regards
Steve
Reply With Quote
Scoops
View Public Profile
Find all posts by Scoops