Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I seem to be missing how to reference celles properly, any help appreciated:
Dim i As Integer For i = maxrows To 2 Step -1 Range("cells(i,1):cells(i,2)").Select Selection.Cut Destination:=Range("cells(i-1,3):cells(i-1,4)") Next i |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referencing a named range based upon Range name entry in cell | Excel Worksheet Functions | |||
Incorrectly getting "Subscript out of range" Error. | Excel Programming | |||
range referencing | Excel Programming | |||
range referencing | Excel Programming |