That I am aware you can't quite do it directly. Excel does have a feature to import from the web under the data tab.
If it is something you want to automate, there is an addon to firefox/IE that can do it, I do something similar in my work. The addon is called iMacros and it can extract data from a web page to a text file, and also fill forms from a text file. Excel can also communicate with the text file. There's a paid version of iMacros that can do it more easily and more directly, but using a text file as an intermediary between the programs allows you to do it with the free version.
Yes it is possible to achieve what you want from VBA using the webbrowser control.
Place a webbrowser control in a userform. Then use .Navigate <url> method to navigate to that link. Once webbrowser loads, simply retrieve the url from the webbrowser Address bar.
Give it a try and if you get stuck then simply post the code that you tried and the error that you are getting. We will then take it from there.
A good exercise for the Heart is to bend down and help another up...
Please Mark your Thread "Resolved", if the query is solved Microsoft MVP: 2011 - Till Date IMP Links : Acceptable Use Policy, FAQ MyGear:
Sony VGN-FZ27G with a triple boot between (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008) and (Win7+Office 2010+VS2010) || Sony VPCCB-45FN with a Win7+Office 2010+VS2010. VM: (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008), (Win8+Office 2010+VS2012) || Mac Book Pro (10.6.8) with Office 2011
Do you know how to create a userform and place a webbrowser on it?
A good exercise for the Heart is to bend down and help another up...
Please Mark your Thread "Resolved", if the query is solved Microsoft MVP: 2011 - Till Date IMP Links : Acceptable Use Policy, FAQ MyGear:
Sony VGN-FZ27G with a triple boot between (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008) and (Win7+Office 2010+VS2010) || Sony VPCCB-45FN with a Win7+Office 2010+VS2010. VM: (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008), (Win8+Office 2010+VS2012) || Mac Book Pro (10.6.8) with Office 2011