Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you really want to delete the rows, one way:
Range(ActiveCell.Row & ":3000").Delete If you just want to delete the cells in the range from ActiveCell to U3000, one way: Range(ActiveCell, Cells(3000,21)).Delete Shift:=xlUp In article , "Pasmatos" wrote: Hi. Please help me. I need to select a range based on a start location that's diferent sheet by sheet. I tried but i couldn't make it. The start position it's variable depends on that i have select cell, and the final position is U3000. I want select this range and them delete all the rows of the range. Rows(ActiveCell.select:u3000).Select |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi.
Please help me. I need to select a range based on a start location that's diferent sheet by sheet. I tried but i couldn't make it. The start position it's variable depends on that i have select cell, and the final position is U3000. I want select this range and them delete all the rows of the range. Rows(ActiveCell.select:u3000).Select |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You've got another reply in .misc.
Pasmatos wrote: Hi. Please help me. I need to select a range based on a start location that's diferent sheet by sheet. I tried but i couldn't make it. The start position it's variable depends on that i have select cell, and the final position is U3000. I want select this range and them delete all the rows of the range. Rows(ActiveCell.select:u3000).Select -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
some kind of meta-way to refer to sheet and file names in Excel? | Excel Discussion (Misc queries) | |||
Using 'If' refer to specific words in a cell containing text | Excel Worksheet Functions | |||
How do I refer a Range to a Cell | Excel Worksheet Functions | |||
Excel should let me use formulas that refer to other cells w/ form | Excel Worksheet Functions | |||
Refer to sheet name specified in other cell | Excel Discussion (Misc queries) |