Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get the "Find" control to pop up using the onclick event

Status
Not open for further replies.

jjk238

Programmer
Jan 16, 2003
14
0
0
US
Hello,

I am trying to get the "Find and Replace" control (ctrl + f) to pop up when the user clicks on a command button. The button is embedded into an Excel workbook. I also would like the control to be opened with the options shown and the "Within" field to be selecting workbook.

I have tried to record a macro to do this, but it doesn't record anything. I hope that this is possible and I apologize if it's something easy that I am overlooking. Thanks!!

JJ
 

You are in VB 5 and 6 and we don't have any 'onclick" events.

You may want to ask in here, VBA group.

Have fun.

---- Andy
 
Application.Dialogs(xlDialogFormulaFind).Show
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top