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:
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}~"