Hi everyone!
I want to have a webquery that pulls figures from a url in a cell. I was thinking it might be possible to do this using a string but I cant seem to get it to work.
Can anyone help me please?
Many thanks,
Paddy
I want to have a webquery that pulls figures from a url in a cell. I was thinking it might be possible to do this using a string but I cant seem to get it to work.
Can anyone help me please?
Code:
With Selection.QueryTable
.Connection = "[COLOR="Red"]INSERT STRING HERE[/COLOR]"
.WebSelectionType = xlEntirePage
.WebFormatting = xlWebFormattingAll
.WebPreFormattedTextToColumns = False
.WebConsecutiveDelimitersAsOne = True
.WebSingleBlockTextImport = False
.WebDisableDateRecognition = False
.WebDisableRedirections = True
.Refresh BackgroundQuery:=False
End With
Many thanks,
Paddy