Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello
Using Excel 2000 Having determined the first row with a blank cell A1 I calculate the first and last rows which I need to copy to another sheet. see below When I try to select these rows with Rows("first_row:last_row").Select the macro fails. Row = 3 While Cells(Row, 1) < "" Row = Row + 1 Wend last_row = Row - 1 first_row = last_row - 11 Rows("first_row:last_row").Select Any ideas? Thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Divide variable numbers into groups | Excel Discussion (Misc queries) | |||
Adding variable range of numbers | Excel Worksheet Functions | |||
Average the last eight or nine (Variable) numbers in a row. | Excel Discussion (Misc queries) | |||
extracting numbers from variable text | Excel Discussion (Misc queries) | |||
Data in variable row numbers... | Excel Programming |