Thread
:
change increasment in a "for" loop
View Single Post
#
1
Posted to microsoft.public.excel.misc
Jared
external usenet poster
Posts: 109
change increasment in a "for" loop
i have a "for" loop while creating a macro
how do i change increasment by 3 and not 1
example:
for i = 3 to 27
If isempty(j,i) Then next i
I need i to increase by 3 not 1
Thanks
Reply With Quote
Jared
View Public Profile
Find all posts by Jared