Sheets("SPGCL2LP").Select
Dim E As Object, myItems As Object, myitem
With CreateObject("InternetExplorer.Application")
.Visible = False
.Navigate "http://finance.yahoo.com/quote/%5ESPGCL2LP"
With ActiveSheet
.Cells.Clear
.[A1].Select
.PasteSpecial Format:="HTML", Link:=False, DisplayAsIcon:=False, NoHTMLFormatting:=True
End With
.Quit '關閉網頁