Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have this code:
lets say numfilas is 6 i want to delete the first *6* rows Sheets(2).Select For i = 1 To NumFilas Range("a1").EntireRow.Delete Next i it deletes some rows but some are just not deleted... why? i have tried also cells(i,1).entirerow.delete and row(i).delete --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cntrl-end goes beyond end after rows have been deleted ? | Excel Discussion (Misc queries) | |||
How do I delete checkboxes from rows I deleted in a macro? | Excel Discussion (Misc queries) | |||
Accidently deleted rows in Excel. | Excel Discussion (Misc queries) | |||
Locking a couple rows so when you do a delete shift row they dont | Excel Discussion (Misc queries) | |||
how do i delete the extra empty rows and columns that i dont need. | Excel Discussion (Misc queries) |