PC Review


Reply
Thread Tools Rate Thread

Defaults for 'Find'

 
 
kirkm
Guest
Posts: n/a
 
      13th Apr 2007
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 With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      13th Apr 2007
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
 
Reply With Quote
 
Peter T
Guest
Posts: n/a
 
      13th Apr 2007
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
find command defaults =?Utf-8?B?VE1HcmVlbg==?= Microsoft Access Forms 1 8th Aug 2006 04:44 PM
Find/replace defaults =?Utf-8?B?TWFyaQ==?= Microsoft Excel Misc 0 25th Apr 2006 07:40 PM
Find Defaults =?Utf-8?B?SmFtZXM=?= Microsoft Access Form Coding 2 27th Dec 2004 04:11 AM
change defaults in FIND Peter Microsoft Access Form Coding 0 4th Aug 2004 01:32 AM
Set Find defaults Melissa Microsoft Access Form Coding 0 6th Jul 2004 04:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:51 AM.