Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.setup
|
|||
|
|||
![]()
Sometimes you can use excel's memory against itself.
Excel remembers the setting from the last edit|replace--whether it was done manually or via code. But this is one setting that isn't exposed to code. So I don't think you can change this behavior/default. === If you knew that the options were showing in that dialog, you could use a macro and sendkeys to select Workbook. Option Explicit Sub testme() SendKeys "%hw{enter}" Application.CommandBars("worksheet menu bar") _ .Controls("Edit").Controls("Replace...").Execute End Sub But this fails if the Options aren't showing on that dialog. rdh2378 wrote: When you choose "find" in msexcel 2003, you can choose options, and change from the default "within sheet" to "within workbook". Can you modify excel to have the default option to be to search w/n workbook? -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro: Find and replace | Excel Discussion (Misc queries) | |||
Find & Replace woes | Excel Worksheet Functions | |||
Find and Replace | Excel Worksheet Functions | |||
Find and replace of word causes change of font formatting | New Users to Excel | |||
VB Find and Replace | Excel Worksheet Functions |