Find and Replace Macro

  • Thread starter Thread starter gtton
  • Start date Start date
G

gtton

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
Edit>Find...

Thanks,

Gar
 
Hi Gary,

Try assigning the following code to a button:

'=============>>
Private Sub CommandButton1_Click()
Application.Dialogs(xlDialogFormulaReplace).Show
End Sub
'<<=============
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top