sendkeys method - question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello,
I want to create a simple command button which opens the Find window(CTRL+F) that excel provides by click event. I tried to use the sendkeys method combaind with all the options True \ False, application before, but none of those worked, it doesn't focused on my excel work i guess. help!
shay.
 
Hi
assign the following code to a shortcut or button

sub show_name()
application.Dialogs(xlDialogFormulaReplace).Show
end sub

--
Regards
Frank Kabel
Frankfurt, Germany

TnT said:
hello,
I want to create a simple command button which opens the Find
window(CTRL+F) that excel provides by click event. I tried to use the
sendkeys method combaind with all the options True \ False, application
before, but none of those worked, it doesn't focused on my excel work i
guess. help!
 

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


Back
Top