SendKey Method Not Respoding . .

Evagrius Ponticus

Well-known Member
Joined
May 24, 2007
Messages
1,467
Hi, I am not sure why this isn't working . . I can't see anything wrong with the code . . .thanks


Code:
Private Sub CommandButton2_Click()
    SendKeys "%EG"
    SendKeys "%s"

End Sub
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
What's the purpose of the code?
 
Upvote 0
Hi Norie . . I have a userform with several buttons. The one in question is supped to duplicate ALT+E > G > ALT s. This will as I am sure you know bring up the "Go To" dialog box . . .
 
Upvote 0
You really should avoid using SendKeys, because as you've found out it's unreliable.

And the only way I can seem to get your code to work is if the form is non-modal.

But I'll ask again, what's the purpose of the code?:)
 
Upvote 0
Well, Norie, I fear there is no official purpose other than learning. I am teaching myself how to use the SendKey Method just for the sake of learning. I had it vbmodal but I changed to vbmodeless and it works . . hmmm - that's good to know.

You'll laugh once I tell you this, but for a minute I thought it had something to do with my wireless keyboard :) :)
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,196
Members
449,072
Latest member
DW Draft

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top