View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pnp pnp is offline
external usenet poster
 
Posts: 3
Default Control search/replace dialog startup values

Hi all

Is there any way to programmatically interact with the controls on the
search/replace dialog (xlDialogSearch). Especially interested in setting the
match case and match entire cell checkboxes, and set the find and replace
words.

I've searched the help for "dialog box arguments" which comes up with a long
list of parameters to the show method for different dialogs, but....
xlDialogSearch is not on that list...

Can anyone help me with this?

best regards
/Anders