Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi all,
Could you tell me how to locate a specific row instead of using Mouse to dray the scroll bar? Clara thank you so much for your help |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
In VBA code, you can use:
Range("D100").Activate ' Or Range("D1:D100").Select ' Depending on if you want only one cell highlighted or a range of cells. -- Best wishes, Jim "clara" wrote: Hi all, Could you tell me how to locate a specific row instead of using Mouse to dray the scroll bar? Clara thank you so much for your help |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Clara
Have you tried goto in the Edit menu (or shortcut Ctrl + G) Example; to go to row 100 type A100 in the reference box. Sandy "clara" wrote in message ... Hi all, Could you tell me how to locate a specific row instead of using Mouse to dray the scroll bar? Clara thank you so much for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a formula in a date range to locate a specific date - ecel | Excel Discussion (Misc queries) | |||
Locate/goto a specific worksheet quickly | Excel Worksheet Functions | |||
How to locate the Row and Column of an Active Cell | Excel Discussion (Misc queries) | |||
Locate and Move specific cells | Excel Discussion (Misc queries) | |||
Locate and delete specific cells | Excel Discussion (Misc queries) |