On Feb 5, 11:59*am, "oit...@yahoo.com" <oit...@yahoo.com> wrote:
> Thanks Don, what code did you use? *When I use
>
> * * With ActiveSheet.QueryTables.Add(Connection:= _
> * * * "URL;" & my_url, _
> * * * Destination:=Range("A1"))
> * * * * .BackgroundQuery = True
> * * * * .TablesOnlyFromHTML = False
> * * * * .Refresh BackgroundQuery:=False
> * * * * .SaveData = True
> * * End With
>
> nothing is imported into the activesheet. *Also, do you know of anyway to capture the source code and not import anything directly into the workbook?..Ron
I clicked on the url>it changed to which I used for the query.
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;
http://www.coloproperty.com/Listings/index.cfm?
&Action=DoAddressSearch&ResultType=quickReport&City=61&StreetName=Eisenhower"
_
, Destination:=Range("A5"))