View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
BrianB BrianB is offline
external usenet poster
 
Posts: 1
Default How to skip numbers in a for next loop

'---------------------------------------------------------------------
For n = 100 To 144
If n < 119 And n < 135 And n < 137 And n < 139 Then
'---------------------------------------------------------------------

--
Message posted from http://www.ExcelForum.com