Hello. I created a "Find" command button that opens the Find and Replace dialog box. I've been working on a way to change the defaults for the Find and Replace Dialog Box. I found an article from Microsoft's support website, but I'm still confused. It says to "start the Find and Replace dialog box with the RunCommand and use the SendKeys action to select alternate settings." It gives the macro code and says it can be assigned to a command button. I tried this, but the command button already has code behind it, and when I use the macro code alone, I get an error message saying that there's no search function. My main question is: do I use the macro code alone or add it to the VB code or do something different? I'm pretty new to coding, so any help is appreciated. Thanks much!!!