SELECTING LAST ROW

  • Thread starter Thread starter da
  • Start date Start date
Rows(80).Resize(Cells(Rows.Count,"A").End(xlUp).Row-79).Delete
 
Sorry, but I don't understand what you wrote.
Is there any keys I can use to select all the rows from row 80 to row 65556,
which is last row? There is some format and lines which I want to delete.
Thanks
 
Manually?

Hit F5
type:
80:65536

rightclick on the selected area and choose delete
 
You can also click on row 80, (F8) (F8 is a marking tool) and then ctrl+down
arrow. This should take you straight to the bottom. You can then delete
rows.

If you're trying to clear the area, once you delete, do a save and then do a
ctrl-end to be sure that the last "active" cell is in row 80. Good luck!
 
I find Dave's method best but there is a keystroke method.

Select row 80 then SHIFT + End + DownArrow.

Edit>Delete


Gord Dibben MS Excel MVP
 
That might not go all the way to the bottom of the data (or the bottom of the
worksheet).

Select A80
then ctrl-shift-end
will select A80 through the last used cell on the sheet (also not usually the
last row in the worksheet).

Then Edit|delete|entire row
 
Depends on how the data is laid out and if there are any gaps.
 
Faulty assumer in action again.

Row 80 to 65536 must be blank


Gord
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top