Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ok, im very new, so im learning as i go, i keep getting error "Subscript out
of range" when i use this, if i watch the sheets, it starts to do what it is supposed to do, then i get the error.. could someone please help me --- Sub CopyToSheets() Dim rng As Range Dim oCell As Range Set rng = Range("B4:B" & Cells(Rows.Count, "B").End(xlUp).Row) For Each oCell In rng oCell.EntireRow.Copy _ Destination:=Sheets(oCell.Value).Range("A65536").E nd(xlUp).Offset(1, 0) Next oCell End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subscript out of range | Excel Discussion (Misc queries) | |||
what does 'Subscript Out of range' mean?? | Excel Worksheet Functions | |||
Subscript out of Range | Excel Programming | |||
Subscript is out of Range | Excel Programming | |||
Subscript out of range | Excel Programming |