Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, how do I create a Find and Replace shortcut button on my Exce Spreadsheet? Since I decided to hide the toolbars, they can't selec EditFind... Thanks, Gar -- gtto ----------------------------------------------------------------------- gtton's Profile: http://www.excelforum.com/member.php...fo&userid=2472 View this thread: http://www.excelforum.com/showthread.php?threadid=53303 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Gary,
Try assigning the following code to a button: '============= Private Sub CommandButton1_Click() Application.Dialogs(xlDialogFormulaReplace).Show End Sub '<<============= --- Regards, Norman "gtton" wrote in message ... Hi, how do I create a Find and Replace shortcut button on my Excel Spreadsheet? Since I decided to hide the toolbars, they can't select EditFind... Thanks, Gary -- gtton ------------------------------------------------------------------------ gtton's Profile: http://www.excelforum.com/member.php...o&userid=24721 View this thread: http://www.excelforum.com/showthread...hreadid=533036 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find and replace macro | Excel Discussion (Misc queries) | |||
Macro to Find & Replace | Excel Worksheet Functions | |||
Using Find and Replace to replace " in a macro | Excel Programming | |||
Find/replace macro | Excel Programming | |||
Using Find & Replace in macro | Excel Programming |