R rodneythemoose Guest Jul 16, 2003 #1 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?
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?
F fishonland Registered User. Local time Today, 04:22 Joined May 26, 2003 Messages 15 Jul 17, 2003 #2 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
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