Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
im trying to get a macro for the "edit" "find" (ctrl+f)
im gona put it in a form button |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search in xl ( Ctrl+F ) | Excel Discussion (Misc queries) | |||
how to make search button in the first sheet | Excel Discussion (Misc queries) | |||
How to forbid ctrl+c and ctrl+X in sheet? | Setting up and Configuration of Excel | |||
How to Create a Search box and button for text information in an excel sheet. | Excel Programming | |||
Easy one: Using Search (Ctrl+F) | Excel Programming |