Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default What's the command to select row 1 to 8000 out of table of 24000 r

How do I put a command so that i could select row 1 to row 8000 in a table
that have more than 24000 row? The purpose is that I want to be able to
select a specific portion of the whole table without having to drag the
cursor all the time. Anybody knows?
--
capxc
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default What's the command to select row 1 to 8000 out of table of 24000 r

Run this macro:

Sub row_your_boat()
Rows("1:8000").Select
End Sub

--
Gary''s Student - gsnu200795


"capxc" wrote:

How do I put a command so that i could select row 1 to row 8000 in a table
that have more than 24000 row? The purpose is that I want to be able to
select a specific portion of the whole table without having to drag the
cursor all the time. Anybody knows?
--
capxc

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 896
Default What's the command to select row 1 to 8000 out of table of 24000r

another way:

ctrl+G

in "Reference" window insert:
1:8000
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default What's the command to select row 1 to 8000 out of table of 240

"Sub row_your_boat()"

Hi Gary,

Sorry, I am not very techie. I have to confess that I do not know what it
means to :
'enter macro'
'sub row your boat'.
Can you guide me please?
--
capxc


"Gary''s Student" wrote:

Run this macro:

Sub row_your_boat()
Rows("1:8000").Select
End Sub

--
Gary''s Student - gsnu200795


"capxc" wrote:

How do I put a command so that i could select row 1 to row 8000 in a table
that have more than 24000 row? The purpose is that I want to be able to
select a specific portion of the whole table without having to drag the
cursor all the time. Anybody knows?
--
capxc

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default What's the command to select row 1 to 8000 out of table of 240

Just tried it. It worked. thanks Jarek.
--
capxc


"Jarek Kujawa" wrote:

another way:

ctrl+G

in "Reference" window insert:
1:8000



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default What's the command to select row 1 to 8000 out of table of 24000 r

Another way

Type A1:A1000 in the name box and hit ENTER


Gord Dibben MS Excel MVP

On Thu, 17 Jul 2008 02:48:02 -0700, capxc
wrote:

How do I put a command so that i could select row 1 to row 8000 in a table
that have more than 24000 row? The purpose is that I want to be able to
select a specific portion of the whole table without having to drag the
cursor all the time. Anybody knows?


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
Pivot Table Error Message - "Command Text not set for command obje Jeff Divian Excel Discussion (Misc queries) 0 November 7th 07 10:26 PM
8000 formual issue Chris Excel Discussion (Misc queries) 1 September 5th 07 08:21 PM
cant select chart command bar Khoshravan Charts and Charting in Excel 1 July 20th 06 08:10 AM
keyboard command used to select a range of nonadjacent cells? Jessizzle123 Excel Discussion (Misc queries) 2 November 9th 05 09:19 PM
How do I round DOWN only, 24999 to 24000. Ian Excel Discussion (Misc queries) 5 February 24th 05 04:57 PM


All times are GMT +1. The time now is 01:22 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"