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

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Norie

Well-known Member
Joined
Apr 28, 2004
Messages
76,358
Office Version
  1. 365
Platform
  1. Windows
What's the purpose of the code?
 
Upvote 0

Evagrius Ponticus

Well-known Member
Joined
May 24, 2007
Messages
1,467
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

Norie

Well-known Member
Joined
Apr 28, 2004
Messages
76,358
Office Version
  1. 365
Platform
  1. Windows
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

Evagrius Ponticus

Well-known Member
Joined
May 24, 2007
Messages
1,467
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,191,189
Messages
5,985,197
Members
439,947
Latest member
fabiannic

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
Top