| ©«¤l361 ¥DÃD57 ºëµØ0 ¿n¤À426 ÂI¦W0  §@·~¨t²Îwin7 ³nÅ骩¥»2003,2010 ¾\ŪÅv20 ©Ê§O¨k µù¥U®É¶¡2010-5-13 ³Ì«áµn¿ý2022-12-8 
 | 
                
| ¬õ¦âªº¦r³]¦¨§AªºÅܼƴN¦æ Sub ¥¨¶°1()
 
 With ActiveSheet.QueryTables.Add(Connection:= _
 "URL;http://csct.nbport.com.cn/csct/business/cqcx.jsp?start_date=&end_date=&check_mode=1&e_voyage=UNICHART%2F222E&vRef=UNICH121&holdFlag=display&imageField32.x=26&imageField32.y=11" _
 , Destination:=Range("$A$1"))
 '        .WebFormatting = xlWebFormattingNone
 .WebTables = "25"
 .Refresh BackgroundQuery:=False
 .Delete
 End With
 End Sub
 | 
 |