#1   Report Post  
Posted to microsoft.public.excel.misc
DA DA is offline
external usenet poster
 
Posts: 104
Default SELECTING LAST ROW

How do I select and delete row 80 to the last row which is 65,000?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default SELECTING LAST ROW

Rows(80).Resize(Cells(Rows.Count,"A").End(xlUp).Ro w-79).Delete

--
__________________________________
HTH

Bob

"da" wrote in message
...
How do I select and delete row 80 to the last row which is 65,000?



  #3   Report Post  
Posted to microsoft.public.excel.misc
DA DA is offline
external usenet poster
 
Posts: 104
Default SELECTING LAST ROW

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

"da" wrote:

How do I select and delete row 80 to the last row which is 65,000?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default SELECTING LAST ROW

Manually?

Hit F5
type:
80:65536

rightclick on the selected area and choose delete

da wrote:

How do I select and delete row 80 to the last row which is 65,000?


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
DA DA is offline
external usenet poster
 
Posts: 104
Default SELECTING LAST ROW

Thank you, it worked.

"Dave Peterson" wrote:

Manually?

Hit F5
type:
80:65536

rightclick on the selected area and choose delete

da wrote:

How do I select and delete row 80 to the last row which is 65,000?


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 84
Default SELECTING LAST ROW

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!

"Dave Peterson" wrote:

Manually?

Hit F5
type:
80:65536

rightclick on the selected area and choose delete

da wrote:

How do I select and delete row 80 to the last row which is 65,000?


--

Dave Peterson

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default SELECTING LAST ROW

I find Dave's method best but there is a keystroke method.

Select row 80 then SHIFT + End + DownArrow.

EditDelete


Gord Dibben MS Excel MVP

On Fri, 1 Aug 2008 09:38:14 -0700, da wrote:

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

"da" wrote:

How do I select and delete row 80 to the last row which is 65,000?


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default SELECTING LAST ROW

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

Gord Dibben wrote:

I find Dave's method best but there is a keystroke method.

Select row 80 then SHIFT + End + DownArrow.

EditDelete

Gord Dibben MS Excel MVP

On Fri, 1 Aug 2008 09:38:14 -0700, da wrote:

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

"da" wrote:

How do I select and delete row 80 to the last row which is 65,000?


--

Dave Peterson
  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default SELECTING LAST ROW

Depends on how the data is laid out and if there are any gaps.

smartgal wrote:

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!

"Dave Peterson" wrote:

Manually?

Hit F5
type:
80:65536

rightclick on the selected area and choose delete

da wrote:

How do I select and delete row 80 to the last row which is 65,000?


--

Dave Peterson


--

Dave Peterson
  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default SELECTING LAST ROW

Faulty assumer in action again.

Row 80 to 65536 must be blank


Gord

On Fri, 01 Aug 2008 15:36:03 -0500, Dave Peterson
wrote:

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

Gord Dibben wrote:

I find Dave's method best but there is a keystroke method.

Select row 80 then SHIFT + End + DownArrow.

EditDelete

Gord Dibben MS Excel MVP

On Fri, 1 Aug 2008 09:38:14 -0700, da wrote:

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

"da" wrote:

How do I select and delete row 80 to the last row which is 65,000?




  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default SELECTING LAST ROW

Or a perfect assumption--depends on what the OP really has!

Gord Dibben wrote:

Faulty assumer in action again.

Row 80 to 65536 must be blank

Gord

On Fri, 01 Aug 2008 15:36:03 -0500, Dave Peterson
wrote:

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

Gord Dibben wrote:

I find Dave's method best but there is a keystroke method.

Select row 80 then SHIFT + End + DownArrow.

EditDelete

Gord Dibben MS Excel MVP

On Fri, 1 Aug 2008 09:38:14 -0700, da wrote:

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

"da" wrote:

How do I select and delete row 80 to the last row which is 65,000?


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Selecting the Same Steve COR Excel Discussion (Misc queries) 0 January 2nd 08 04:13 PM
Selecting Hutchy Excel Discussion (Misc queries) 3 October 12th 07 11:43 AM
selecting a row srikanth Excel Worksheet Functions 6 July 17th 07 08:44 AM
VBA - Selecting a Row Elise148 Excel Discussion (Misc queries) 5 June 12th 07 04:29 PM
Selecting every odd row instauratio Excel Discussion (Misc queries) 2 June 15th 05 08:27 PM


All times are GMT +1. The time now is 04:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"