View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Allen Geddes Allen Geddes is offline
external usenet poster
 
Posts: 22
Default "Find All" Function in a UserForm?

Is it possible to include the Excel "Find All" function in my userform?

Example, the user would type something into a text box, and then click a
"Search" button. The Userform would automatically trigger the Excel "Find
All" function to have it search every worksheet in the workbook. Then, the
UserForm would close, the spreadsheet would become visible, with the "Find
All" dialog box and search results displayed.

Any help is GREATLY appreciated! Thanks

-Allen Geddes