• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Need help in combination of Sendkeys for macros

Dear Team,

Good day!

Need your assistance in macro;

In macros, I need to use below sendkeys command;

(^ {Tab}) then {RIGHT} {RIGHT}

In simple words, first I want to give keys for "CTRL + TAB" then after holding these together I want to press 2 times RIGHT arrow key commands.


I tried various methods but it won't work.


Please check and help me.

Thanks in advance.

Regards,
-Khan
 
Code:
Application.SendKeys ("^{TAB}{RIGHT}{RIGHT}")
Thanks Logit !

But this code is not working.

The codes is working separately I guess...

Code:
Application.SendKeys ( ("^{TAB}) ({RIGHT}{RIGHT}) ")

I need similar like above wherein I have to press 2 rights buttons but holding Ctrl+Tab first.


Similer like we are pressing Ctrl+V.


Regards,
Khan
 
Back
Top