
14th December 2012, 09:10 AM
|
Member
|
|
Join Date: May 2012
Posts: 40
|
|
I am trying to update my webquery to MSXML2.XMLHTTP using the code in this posting
I have tried to modify it as below:-
Dim WA As String
Sub queryhtml(wks As Worksheet)
WA = wks.Range("AF1").Value
Formhtml = ExecuteWebRequest(WA)
It will not run the Formhtml function; just skips it and exits the sub.
Any help would be greatly appreciated as I am completely out of my depth here.
Ta,
Martin
|