Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Is it possible to retain the options within the Find and Replace dialogue box? For example, I wish to always look within 'values' in the 'look in' setting. Whenever I open up the Spreadsheet aftering saving the file I find that it automatically reverts to the devault 'look in formulas' setting. Excel 2000 Many thanks Mark |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't think there is any way to make Excel retain that preference in the
Find dialog. The only solution I know of is to use a macro to open the Find dialog. That way you can preset options: Sub PresetFind() Application.Dialogs(xlDialogFormulaFind).Show arg2:=2 End Sub -- Jim Rech Excel MVP |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find & Replace: find part cell, replace whole cell | Excel Worksheet Functions | |||
Find and Replace - Replace with Blank Space | Excel Discussion (Misc queries) | |||
Find and replace results can the appearance of find be different? | Excel Discussion (Misc queries) | |||
where to put results of find operation in find and replace functio | Excel Worksheet Functions | |||
find and replace - replace data in rows to separated by commas | Excel Worksheet Functions |