Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have a project that needs to run a loop within a loop.
I am havin problems with that. Is it possible. Does anybody hav refrence code if it possible? thank yo -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub test()
Dim i As Long, j As Long For i = 1 To 5 For j = 1 To 5 Debug.Print i & " x " & j & " = " & i * j Next Next End Sub -- Rob van Gelder - http://www.vangelder.co.nz/excel "ksnapp " wrote in message ... i have a project that needs to run a loop within a loop. I am havin problems with that. Is it possible. Does anybody have refrence code if it possible? thank you --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Very basic VBA question. | Excel Discussion (Misc queries) | |||
basic question | New Users to Excel | |||
Basic question...sorry | Excel Worksheet Functions | |||
Basic question | Excel Discussion (Misc queries) | |||
Too Basic A Question | Excel Programming |