SendKeys

  • Thread starter Thread starter Steven van Hell
  • Start date Start date
S

Steven van Hell

I have a worksheet that I have to change.
In the VBA code there is a row that I do not understand. Could
somebody please explain what the code those.
At this moment it stops the macro when I use it.

Application.SendKeys "%{F11}%TO+{TAB}{RIGHT 2}%E~%{F4}" 'Break on
Unhandled Errors

with regards,

Steven
 
Steven,

The SendKeys method is used to simulate keystroke. In this particular case,
it is a series of keystrokes to change error handling options for the VB
Project. SendKeys is notoriously unreliable.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting
www.cpearson.com
(email on the web site)
 

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

Programming SendKeys 4
Sendkeys bug? Office 07 2
SendKeys to emulate ALT+TAB, TAB, TAB 2
SendKeys to open application 4
Substitute for SendKeys? 5
Edit a Cell 8
SendKeys on a locked PC 1
SendKeys "%{F11}", True 9

Back
Top