View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jared Jared is offline
external usenet poster
 
Posts: 109
Default change increasment in a "for" loop

I have a loop function
For i = 3 To 27
If isempty(i,j) then next i


How do i make i increase by 3?