View Single Post
 
Old 10-31-2012, 08:00 AM
Wries Wries is offline Windows XP Office 2007
Advanced Beginner
 
Join Date: Jun 2009
Posts: 40
Wries is on a distinguished road
Default

Hello, let me answer my question in case someone else is looking for the same macro.
I havent been able to find a direct command, if anyone can solve it without using sendkeys please share your solution.

For the time being the following seems to work:

Sub GetExternalDataFromWeb()
SendKeys "%"
SendKeys "d"
SendKeys "d"
SendKeys "w"

End Sub

Kind regards,
Wries
Reply With Quote