Command Button

R

RBritt

I have placed a command button on my worksheet. When I click the
button, I want to launch the Ctrl + F (Find) function. Does anyone
have an idea as to how I can do this? Thank you!



------------------------------------------------


-- View and post Excel related usenet messages directly from http://www.ExcelTip.com/forum
at http://www.ExcelTip.com/
------------------------------------------------
 
J

Jean-Paul Viel

Hi,

Create a macro like this:



Sub MacroFind()



Application.Dialogs(xlDialogFormulaFind).Show



End Sub



And assign it to your button.
 

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

Similar Threads


Top