![]() |
search button on sheet (ctrl+f)
im trying to get a macro for the "edit" "find" (ctrl+f)
im gona put it in a form button |
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 |
search button on sheet (ctrl+f)
Something like this...
Sub ShowFindDialog() Application.Dialogs(xlDialogFormulaFind).Show End Sub -- HTH... Jim Thomlinson "pswanie" wrote: im trying to get a macro for the "edit" "find" (ctrl+f) im gona put it in a form button |
All times are GMT +1. The time now is 07:10 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com