Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
E. J. Murphy
 
Posts: n/a
Default Location of "Find Results" on Page.

Is it possible to change the location on the page, where FIND highlights
the found cell?

In the worksheet I am searching, some of the listings can have quite a
few rows. When FIND locates and highlights the found cell, it appears in the
middle of the page. And, some of the rows are below the bottom of the visible
page.

To be more specific, can Excel be changed to have the highlighted cell
appear at the top of the page?

Thanks
  #3   Report Post  
E. J. Murphy
 
Posts: n/a
Default Location of "Find Results" on Page.

I'm not sure, Don. Where would this get entered?
I'm not writing a program, or a formula.
I want to change the way the "FIND" function displays.

"Don Guillett" wrote:

Is this what you need?

Sub findandscroll()
Application.Goto Range(Columns(1) _
..Find(4).Address), Scroll:=True
End Sub

--
Don Guillett
SalesAid Software

"E. J. Murphy" wrote in message
...
Is it possible to change the location on the page, where FIND

highlights
the found cell?

In the worksheet I am searching, some of the listings can have quite a
few rows. When FIND locates and highlights the found cell, it appears in

the
middle of the page. And, some of the rows are below the bottom of the

visible
page.

To be more specific, can Excel be changed to have the highlighted cell
appear at the top of the page?

Thanks




  #5   Report Post  
E. J. Murphy
 
Posts: n/a
Default Location of "Find Results" on Page.

OK. I understand doing this as a macro. But, I use the "FIND" continually
throughout the day. This will create more key strokes. I'm trying to reduce
the number of keystrokes/mouse clicks, that need to be performed everytime I
bring up a new find.

I brought this up here to see if anyone knows of a way to change
"REGEDIT?", to accomplish my goal.

I guess the biggest question would be, "Where does Excel get its command
to tell the screen to scroll and place the 'found' cell where it does?

Thanks, for your help, Don. If there isn't any other way, I may write the
macro to include the search and your suggested method for scrolling the page.

Thanks, again,
E. J.

"Don Guillett" wrote:

This is a macro that you put into a module and execute from the menu or
assign to a button.
alt f11 to goto the visual basic editor. If you like, send me an email and
I'll send you a workbook.

--
Don Guillett
SalesAid Software

"E. J. Murphy" wrote in message
...
I'm not sure, Don. Where would this get entered?
I'm not writing a program, or a formula.
I want to change the way the "FIND" function displays.

"Don Guillett" wrote:

Is this what you need?

Sub findandscroll()
Application.Goto Range(Columns(1) _
..Find(4).Address), Scroll:=True
End Sub

--
Don Guillett
SalesAid Software

"E. J. Murphy" wrote in message
...
Is it possible to change the location on the page, where FIND
highlights
the found cell?

In the worksheet I am searching, some of the listings can have

quite a
few rows. When FIND locates and highlights the found cell, it appears

in
the
middle of the page. And, some of the rows are below the bottom of the
visible
page.

To be more specific, can Excel be changed to have the highlighted

cell
appear at the top of the page?

Thanks








  #6   Report Post  
Don Guillett
 
Posts: n/a
Default Location of "Find Results" on Page.

glad I was able to help. Your specific request is beyond me. Let me know if
you find THE solution you need.

--
Don Guillett
SalesAid Software

"E. J. Murphy" wrote in message
...
OK. I understand doing this as a macro. But, I use the "FIND" continually
throughout the day. This will create more key strokes. I'm trying to

reduce
the number of keystrokes/mouse clicks, that need to be performed everytime

I
bring up a new find.

I brought this up here to see if anyone knows of a way to change
"REGEDIT?", to accomplish my goal.

I guess the biggest question would be, "Where does Excel get its command
to tell the screen to scroll and place the 'found' cell where it does?

Thanks, for your help, Don. If there isn't any other way, I may write the
macro to include the search and your suggested method for scrolling the

page.

Thanks, again,
E. J.

"Don Guillett" wrote:

This is a macro that you put into a module and execute from the menu or
assign to a button.
alt f11 to goto the visual basic editor. If you like, send me an email

and
I'll send you a workbook.

--
Don Guillett
SalesAid Software

"E. J. Murphy" wrote in message
...
I'm not sure, Don. Where would this get entered?
I'm not writing a program, or a formula.
I want to change the way the "FIND" function displays.

"Don Guillett" wrote:

Is this what you need?

Sub findandscroll()
Application.Goto Range(Columns(1) _
..Find(4).Address), Scroll:=True
End Sub

--
Don Guillett
SalesAid Software

"E. J. Murphy" wrote in message
...
Is it possible to change the location on the page, where FIND
highlights
the found cell?

In the worksheet I am searching, some of the listings can have

quite a
few rows. When FIND locates and highlights the found cell, it

appears
in
the
middle of the page. And, some of the rows are below the bottom of

the
visible
page.

To be more specific, can Excel be changed to have the

highlighted
cell
appear at the top of the page?

Thanks








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
can't Link from web page to specific location in Excel chris Excel Discussion (Misc queries) 0 August 10th 05 09:15 PM
"Some of the files in this Web page aren't in the expected location." Prompt Tony Kratowicz Excel Discussion (Misc queries) 1 July 21st 05 01:14 PM
Page scaling & Page break preview prob Martin ©¿©¬ @REMOVETHIS.plus.com Excel Discussion (Misc queries) 1 July 17th 05 09:10 PM
Can't delete a page break Suhail Excel Discussion (Misc queries) 4 July 7th 05 06:49 PM
adding a new page break to an existing page break Edward Letendre Excel Discussion (Misc queries) 1 March 6th 05 09:29 AM


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