Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
I wanted to write a small autorun procedure to make the Find option to start with assuming the whole workbook should be searched (rather than just the sheet). However the syntax for the VBA does not include that argument seemingly: Cells.Find(What:="national i", After:=ActiveCell, LookIn:=xlFormulas, _ LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _ MatchCase:=False, SearchFormat:=False).Activate Is there a workaround or alternative method? Many thanks Tim PS I know there is an excellent FlexFind utility but I don't load any add-ins unless I have to. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Set the Find and Replace, Options, 'Within' default to Workbook | Excel Discussion (Misc queries) | |||
how do I set up preferences for a workbook/sheet by default? | Excel Discussion (Misc queries) | |||
How do I make the default FindWithinWorkbook in Excel? | Excel Discussion (Misc queries) | |||
changing the default type of searching in the find function | Excel Discussion (Misc queries) | |||
EXCEL: Find data in worksheet and create a new sheet in same workbook | Excel Programming |