Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
another way:
ctrl+G in "Reference" window insert: 1:8000 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just tried it. It worked. thanks Jarek.
-- capxc "Jarek Kujawa" wrote: another way: ctrl+G in "Reference" window insert: 1:8000 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot Table Error Message - "Command Text not set for command obje | Excel Discussion (Misc queries) | |||
8000 formual issue | Excel Discussion (Misc queries) | |||
cant select chart command bar | Charts and Charting in Excel | |||
keyboard command used to select a range of nonadjacent cells? | Excel Discussion (Misc queries) | |||
How do I round DOWN only, 24999 to 24000. | Excel Discussion (Misc queries) |