如何把页面得到的东东存到EXCEL文件中。
a =1
while a <=10
Dim Excelsheet
Set Excelsheet =CreateObject("Excel.Application")
Excelsheet.workbooks.Add(1)
Excelsheet.ActiveSheet.cell(a,1).value =x(a) --x是我得到的多个“链接”的字符串
Excelsheet.saveas "c:\docs\test.xls"
Excelsheet.quit
wend
如何才能把得到的多个链接,保存到我指定的c:\docs\test.xls文件中。
保存格式为:
附件: 您所在的用户组无法下载或查看附件