View Single Post
 
Old 05-02-2012, 05:51 AM
vidyapakki vidyapakki is offline Windows 7 64bit Office 2007
Novice
 
Join Date: May 2012
Posts: 1
vidyapakki is on a distinguished road
Default Problem with the sendkeys in Win7

Hi Team,

I have an excel macro application and there is a logic to get the data from Business Objects. It is working fine if I click on ALT+ R+A
I have used the below code to fire that click using sendkeys concept. However it is appending RA in the next line and showing compilation error.
SendKeys "%LRA", True

Note : I am using WIn7 environment for the above task.

Also confirm will it work in Win7 environment or not.
Reply With Quote