@*那位仁兄会用VBA程序,过来一看
程序如下:
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://www.cnltr.com/Download/view.asp?newsId=3493", Destination:=Range( _
"A1"))
End With
ActiveCell.SpecialCells(xlLastCell).Select
Range("A13").Select
红色是我要改动的地方
ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://www.cnltr.com/Download/view.asp?newsId=3493", Destination:=Range( _
"A1")) :把它改成不要指定到A1,而是随光标而定位。
ActiveCell.SpecialCells(xlLastCell).Select 是让光标到文件结尾,这个不用动
Range("A13").Select :指定向下移动到第A13格,把它改为光标向下移动一格
小弟改了许久,程序还是不稳定,请高人指点!!!
[此贴子已经被作者于2005-12-2 19:56:11编辑过]