Thread
:
Count backwards with a for next loop
View Single Post
#
1
Posted to microsoft.public.excel.programming
Gus Chuch
external usenet poster
Posts: 12
Count backwards with a for next loop
Dont you count backwards with a for next loop using the following
For i = 1 To 4
Sheet1.Cells(i, 1) = i
Next i
I cant seem to get it to work. I also tried using a Step -1 but no luck
Any ideas ?
--
thank You
Gus
Reply With Quote
Gus Chuch
View Public Profile
Find all posts by Gus Chuch