Change default find using code

  • Thread starter Thread starter rodneythemoose
  • Start date Start date
R

rodneythemoose

Guest
If I go to tools/options edit/find tab, I can change the default find from fast search to general seach. Is it possible to do this in code?
 
Try using this one.

Application.SetOption "Default Find/Replace Behavior", 1

For Fast Search use 0 at the end
For General Search use 1
For Start of Field Search use 2
 
Thank you, I'll give it a try.
 

Users who are viewing this thread

Back
Top Bottom