Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 252
Default Locate a specific row or column

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 324
Default Locate a specific row or column

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 270
Default Locate a specific row or column

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
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
Create a formula in a date range to locate a specific date - ecel util Excel Discussion (Misc queries) 0 February 19th 07 03:03 PM
Locate/goto a specific worksheet quickly johanc Excel Worksheet Functions 4 July 7th 06 04:18 PM
How to locate the Row and Column of an Active Cell Fred Excel Discussion (Misc queries) 1 December 7th 05 05:55 PM
Locate and Move specific cells coperniq Excel Discussion (Misc queries) 4 July 13th 05 01:14 AM
Locate and delete specific cells David Smith Excel Discussion (Misc queries) 1 January 19th 05 04:45 PM


All times are GMT +1. The time now is 07:21 PM.

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"