• 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.

SendKeys Help

Mohan

New Member
Hi All,

I have opened a URL in mozilla firefox using excel vba (I am using MS Excel 2007). But I am getting stuck in one thing. I need to go to (in firefox) 'Tools' --> 'Web Developer' --> and so on till I get an add-on which I have installed. But I am not able to do it using sendkeys. I am a novice and don't know much about SendKeys, so any help would be much appreciated.

Please see my code below:

Code:
Application.Wait (Now() + TimeValue("00:00:05"))
SendKeys "%tw{END}~{END}~"
 
Hi shrivallabha,

Thank you for your response. Much appreciated!!

However, in my organization, I cannot download Selenium.

If you could please help me by SendKeys that would be great.

Thanks!

Rgds,
Mohan
 
Back
Top