Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is this any help...? LastRow = Range("C5").End(xlDown).Row For i = 5 To LastRow ColumnNr = Range("C" & i).Value ColumnLn = Range("D" & i).Value Next -- Kaa ----------------------------------------------------------------------- Kaak's Profile: http://www.excelforum.com/member.php...nfo&userid=751 View this thread: http://www.excelforum.com/showthread.php?threadid=39121 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looping thru a range of cells | New Users to Excel | |||
looping through an giving values to cells in vba | Excel Discussion (Misc queries) | |||
Looping through a range of cells | Excel Programming | |||
Looping thru cells in a named range | Excel Programming | |||
looping cells though a named range | Excel Programming |