Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
 
Posts: n/a
Default Search and Replace: set user preference?

Excel 2003
I use Find and Replace extensively; after the first use when I open the
F&R window the "Replace with" box is highlighted. I'd prefer the "Find
What" box to highlight each time I open the window.

Will Excel allow me to set that preference somewhere?
Thanks!

  #3   Report Post  
 
Posts: n/a
Default

Ugh- looks like it's custom button time. Thanks for your response,
Dave.

  #4   Report Post  
Michael
 
Posts: n/a
Default

If, before you close the Find box, you switch back to the Find tab from the
Replace tab, it will be in view when you reopen.
--
Sincerely, Michael Colvin


" wrote:

Ugh- looks like it's custom button time. Thanks for your response,
Dave.


  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

Ugh (I gave you a bum steer about the dummy find/replace.) You could just use a
macro that shows that dialog:

Option Explicit
Sub testme()
Application.Dialogs(xlDialogFormulaReplace).Show "", ""
End Sub

(this is better than that dummy find/replace stuff.)



wrote:

Ugh- looks like it's custom button time. Thanks for your response,
Dave.


--

Dave Peterson


  #6   Report Post  
Brenda
 
Posts: n/a
Default

Hi there. I have the same problem; I use the find and replace key (CTRL+H)
constantly and am very frustrated that in this version of Excel (2003), the
"find" portion is not highlighted when the box opens. I don't really want to
write a macro or tab through to the "find" section before closing. Is there
anyway to load an earlier version of Excel for just this function? I just
switched versions and what ever version I've been using for the last 7 years,
did highlight the "find" section first, so it is very hard to break this
habit (and very annoying that I have remove my hands from the keyboard to use
the mouse or else tab through several times to get to the "find"). Anyway, I
guess I am just venting now.... If anybody has any other suggestions, I sure
would appreciate them. Thanks - Brenda


"Dave Peterson" wrote:

Ugh (I gave you a bum steer about the dummy find/replace.) You could just use a
macro that shows that dialog:

Option Explicit
Sub testme()
Application.Dialogs(xlDialogFormulaReplace).Show "", ""
End Sub

(this is better than that dummy find/replace stuff.)



wrote:

Ugh- looks like it's custom button time. Thanks for your response,
Dave.


--

Dave Peterson

  #7   Report Post  
Dave Peterson
 
Posts: n/a
Default

I don't think there's a way to load parts of one version of excel and parts of
another version of excel.

As far as I can tell, your choices are the macro or learning to live with it.

Brenda wrote:

Hi there. I have the same problem; I use the find and replace key (CTRL+H)
constantly and am very frustrated that in this version of Excel (2003), the
"find" portion is not highlighted when the box opens. I don't really want to
write a macro or tab through to the "find" section before closing. Is there
anyway to load an earlier version of Excel for just this function? I just
switched versions and what ever version I've been using for the last 7 years,
did highlight the "find" section first, so it is very hard to break this
habit (and very annoying that I have remove my hands from the keyboard to use
the mouse or else tab through several times to get to the "find"). Anyway, I
guess I am just venting now.... If anybody has any other suggestions, I sure
would appreciate them. Thanks - Brenda

"Dave Peterson" wrote:

Ugh (I gave you a bum steer about the dummy find/replace.) You could just use a
macro that shows that dialog:

Option Explicit
Sub testme()
Application.Dialogs(xlDialogFormulaReplace).Show "", ""
End Sub

(this is better than that dummy find/replace stuff.)



wrote:

Ugh- looks like it's custom button time. Thanks for your response,
Dave.


--

Dave Peterson


--

Dave Peterson
  #8   Report Post  
Dave
 
Posts: n/a
Default Search and Replace: set user preference?

This is a real pain.

This is a program bug in Excel 2003..

In every version of Excel that I've used (before 2003), when you bring up
the Replace window, the "Find" will be highlighted.

It is especially frustrating when you do a "Replace All". Next time you
bring it up, why would you want to have the same entry in the "find" field?
YOU JUST REPLACED ALL OCCURANCES OF IT!

Another reason not to upgrade to 2003.

------------
Microsoft: Any plans to address this bug?

Dave

"Brenda" wrote:

Hi there. I have the same problem; I use the find and replace key (CTRL+H)
constantly and am very frustrated that in this version of Excel (2003), the
"find" portion is not highlighted when the box opens. I don't really want to
write a macro or tab through to the "find" section before closing. Is there
anyway to load an earlier version of Excel for just this function? I just
switched versions and what ever version I've been using for the last 7 years,
did highlight the "find" section first, so it is very hard to break this
habit (and very annoying that I have remove my hands from the keyboard to use
the mouse or else tab through several times to get to the "find"). Anyway, I
guess I am just venting now.... If anybody has any other suggestions, I sure
would appreciate them. Thanks - Brenda


"Dave Peterson" wrote:

Ugh (I gave you a bum steer about the dummy find/replace.) You could just use a
macro that shows that dialog:

Option Explicit
Sub testme()
Application.Dialogs(xlDialogFormulaReplace).Show "", ""
End Sub

(this is better than that dummy find/replace stuff.)



wrote:

Ugh- looks like it's custom button time. Thanks for your response,
Dave.


--

Dave Peterson

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
Search and replace Subu Excel Worksheet Functions 4 June 9th 05 07:01 PM
Search and Replace Rebecca Excel Discussion (Misc queries) 1 May 14th 05 11:53 AM
Search and Replace Question Rebecca New Users to Excel 1 April 11th 05 04:49 AM
GLOBAL search and replace Rebecca New Users to Excel 2 February 26th 05 12:30 AM
search & replace joe_may Excel Worksheet Functions 1 November 8th 04 11:16 PM


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