edhogan1224
New Member
- Joined
- Apr 18, 2013
- Messages
- 8
hello, i need a macro that i can click a "search" button, an input box pops up asking what id like to search, then searches through all the sheets in the workbook. Id like it to operate almost exactly like the (ctrl+f) search function, with the "find next" option. If there is a way i can bring this up when i click the button that'd be great too. I have tried recording a macro and using (ctrl+f), but it never actually records that action. I have used { Application.Dialogs(xlDialogFormulaFind).Show } in other instances, but this does not have the drop-down box allowing you to search across all the sheets. Any help would be appreciated. Thanks!