View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default search button on sheet (ctrl+f)

You just want to display that edit|Find dialog?

Application.Dialogs(xlDialogFormulaFind).Show



pswanie wrote:

im trying to get a macro for the "edit" "find" (ctrl+f)

im gona put it in a form button


--

Dave Peterson