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)
"Steven van Hell" wrote in message
ups.com...
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