07-11-2005, 01:58 PM
Hello
is this posible to view olny that TABLE what i want , using IE ?
like in excel :
Sub table()
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://www.quickmacros.com/history.html", Destination:=Range("A1"))
.WebTables = "2"
.Refresh BackgroundQuery:=False
End With
End Sub
WebTables ="XXX " - is the number of selected teble
Q: How to view that using QM ?
thanks for answer
is this posible to view olny that TABLE what i want , using IE ?
like in excel :
Sub table()
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://www.quickmacros.com/history.html", Destination:=Range("A1"))
.WebTables = "2"
.Refresh BackgroundQuery:=False
End With
End Sub
WebTables ="XXX " - is the number of selected teble
Q: How to view that using QM ?
thanks for answer