Thread: SendKeys
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steven van Hell Steven van Hell is offline
external usenet poster
 
Posts: 2
Default SendKeys

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