Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Question about "Find" function in Edit menu

is there any way to default to the "workbook" setting instead of "sheet" when
using the find function?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Question about "Find" function in Edit menu

I don't think so.

cpayneHTE wrote:

is there any way to default to the "workbook" setting instead of "sheet" when
using the find function?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Question about "Find" function in Edit menu

the setting "sticks" as long as Excel remains open, so perhaps run a macro?

cpayneHTE wrote:

is there any way to default to the "workbook" setting instead of "sheet" when
using the find function?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Question about "Find" function in Edit menu

That setting can't be changed via "normal" excel code.

Maybe using Sendkeys????

Bob I wrote:

the setting "sticks" as long as Excel remains open, so perhaps run a macro?

cpayneHTE wrote:

is there any way to default to the "workbook" setting instead of "sheet" when
using the find function?


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Question about "Find" function in Edit menu

Looks like the ticket.

Dave Peterson wrote:

That setting can't be changed via "normal" excel code.

Maybe using Sendkeys????

Bob I wrote:

the setting "sticks" as long as Excel remains open, so perhaps run a macro?

cpayneHTE wrote:


is there any way to default to the "workbook" setting instead of "sheet" when
using the find function?






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Question about "Find" function in Edit menu

Sendkeys is something I wouldn't use if I were sharing the macro with others.

Too many things can go wrong.

If I have to use it for my own personal macros, then I won't be upset when one
of those many things go wrong.

Bob I wrote:

Looks like the ticket.

Dave Peterson wrote:

That setting can't be changed via "normal" excel code.

Maybe using Sendkeys????

Bob I wrote:

the setting "sticks" as long as Excel remains open, so perhaps run a macro?

cpayneHTE wrote:


is there any way to default to the "workbook" setting instead of "sheet" when
using the find function?




--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,600
Default Question about "Find" function in Edit menu

Not sure I understand the objective but if it's to reset the options in the
Find dialog to their default settings this macro should do it

Sub ResetFind()
Dim rng As Range

On Error Resume Next
Set rng = Cells.Find(What:="", _
LookIn:=xlFormulas, _
SearchOrder:=xlRows, _
LookAt:=xlPart, _
MatchCase:=False)

End Sub

Regards,
Peter T



"Dave Peterson" wrote in message
...
That setting can't be changed via "normal" excel code.

Maybe using Sendkeys????

Bob I wrote:

the setting "sticks" as long as Excel remains open, so perhaps run a

macro?

cpayneHTE wrote:

is there any way to default to the "workbook" setting instead of

"sheet" when
using the find function?


--

Dave Peterson



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Question about "Find" function in Edit menu

In xl2002+ (I think), there's an additional "within" setting under the Options
button to look in the entire workbook.

That setting isn't exposed through VBA.

Peter T wrote:

Not sure I understand the objective but if it's to reset the options in the
Find dialog to their default settings this macro should do it

Sub ResetFind()
Dim rng As Range

On Error Resume Next
Set rng = Cells.Find(What:="", _
LookIn:=xlFormulas, _
SearchOrder:=xlRows, _
LookAt:=xlPart, _
MatchCase:=False)

End Sub

Regards,
Peter T

"Dave Peterson" wrote in message
...
That setting can't be changed via "normal" excel code.

Maybe using Sendkeys????

Bob I wrote:

the setting "sticks" as long as Excel remains open, so perhaps run a

macro?

cpayneHTE wrote:

is there any way to default to the "workbook" setting instead of

"sheet" when
using the find function?


--

Dave Peterson


--

Dave Peterson
  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Question about "Find" function in Edit menu

It's also in 2003, but you can't address it that I can see.

Dave Peterson wrote:

In xl2002+ (I think), there's an additional "within" setting under the Options
button to look in the entire workbook.

That setting isn't exposed through VBA.

Peter T wrote:

Not sure I understand the objective but if it's to reset the options in the
Find dialog to their default settings this macro should do it

Sub ResetFind()
Dim rng As Range

On Error Resume Next
Set rng = Cells.Find(What:="", _
LookIn:=xlFormulas, _
SearchOrder:=xlRows, _
LookAt:=xlPart, _
MatchCase:=False)

End Sub

Regards,
Peter T

"Dave Peterson" wrote in message
...

That setting can't be changed via "normal" excel code.

Maybe using Sendkeys????

Bob I wrote:

the setting "sticks" as long as Excel remains open, so perhaps run a


macro?

cpayneHTE wrote:


is there any way to default to the "workbook" setting instead of


"sheet" when

using the find function?

--

Dave Peterson




  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,600
Default Question about "Find" function in Edit menu

Ah ha - that also explains why I didn't understand the objective !

Regards,
Peter T

"Dave Peterson" wrote in message
...
In xl2002+ (I think), there's an additional "within" setting under the

Options
button to look in the entire workbook.

That setting isn't exposed through VBA.

Peter T wrote:

Not sure I understand the objective but if it's to reset the options in

the
Find dialog to their default settings this macro should do it

Sub ResetFind()
Dim rng As Range

On Error Resume Next
Set rng = Cells.Find(What:="", _
LookIn:=xlFormulas, _
SearchOrder:=xlRows, _
LookAt:=xlPart, _
MatchCase:=False)

End Sub

Regards,
Peter T

"Dave Peterson" wrote in message
...
That setting can't be changed via "normal" excel code.

Maybe using Sendkeys????

Bob I wrote:

the setting "sticks" as long as Excel remains open, so perhaps run a

macro?

cpayneHTE wrote:

is there any way to default to the "workbook" setting instead of

"sheet" when
using the find function?

--

Dave Peterson


--

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
Lost "File Menu" - now it's "Edit / View / Insert.." but no "F daves Excel Discussion (Misc queries) 3 April 24th 07 04:52 AM
Using "Find" function in Excel 2000, edit data without closing Fin rkgpihw Excel Discussion (Misc queries) 1 August 21st 06 07:39 PM
Make "Edit" mode default, rather than "Enter"? Greg Boettcher Excel Discussion (Misc queries) 1 July 27th 06 01:46 AM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
I get message "cannot find directory" with ExcelTools Menu RonDennis2002 Setting up and Configuration of Excel 2 January 4th 06 11:33 PM


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