Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default Defaults for 'Find'

When using Excel I click on 'Ctrl + F' to bring up the 'Find' box,
originally in the 'Look In' box the default setting came up as
'Formulas' now for some reason it has changed to 'Values' and I have
to keep changing it. Does anyone know how to revert the default
setting to 'Formulas'
Any help appreciated.

Thanks - Kirk
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Defaults for 'Find'

Excel remembers this setting from the previous edit|Find (or equivalent code in
a macro).

Once you change it to formulas, it'll be remembered until you change it to
values.



kirkm wrote:

When using Excel I click on 'Ctrl + F' to bring up the 'Find' box,
originally in the 'Look In' box the default setting came up as
'Formulas' now for some reason it has changed to 'Values' and I have
to keep changing it. Does anyone know how to revert the default
setting to 'Formulas'
Any help appreciated.

Thanks - Kirk


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Defaults for 'Find'

Hi Kirk,

As Dave says the Find arguments are 'remembered', To reset as you want in
future, record a macro, do Edit Find setting the arguments as you want
with an empty 'Find what'. Adapt the recorded macro -

Dim rng as Range
on error resume next
Set rng = ActiveSheet.Cells.Find(recorded macro arguments)

Regards,
Peter T



"kirkm" wrote in message
...
When using Excel I click on 'Ctrl + F' to bring up the 'Find' box,
originally in the 'Look In' box the default setting came up as
'Formulas' now for some reason it has changed to 'Values' and I have
to keep changing it. Does anyone know how to revert the default
setting to 'Formulas'
Any help appreciated.

Thanks - Kirk



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
Find feature defaults to look in formulas dford Excel Discussion (Misc queries) 18 April 9th 07 01:00 AM
Find/replace defaults Mari Excel Discussion (Misc queries) 0 April 25th 06 07:40 PM
how can I change edit-find defaults in excel? kenschm Excel Discussion (Misc queries) 1 November 25th 05 02:57 AM
Change Find Dialog Defaults Elaine Setting up and Configuration of Excel 2 April 27th 05 09:57 PM
Can you change the defaults for Excel ? Nino Richards Excel Discussion (Misc queries) 1 December 15th 04 04:35 PM


All times are GMT +1. The time now is 09:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"