How do I programmatically reset the Excel "Find and Replace" dialog box parameters to defaults ("Find what", "Replace with", "Within", "Search", "Look in", "Match case", "Match entire cell contents")?
I am using "Application.FindFormat.Clear" and "Application.ReplaceFormat.Clear" to reset find and replace cell formats.
Interestingly, after using "expression.Replace(FindWhat, ReplaceWhat, After, MatchCase, WholeWords)", the "FindWhat" string shows in the "Find and Replace" dialog box but not the "ReplaceWhat" parameter.