jscript之Open an Excel Spreadsheet

2018-09-23 20:31

阅读:512

  Description

DemonstrationscriptthatopensanexistingExcelspreadsheet
namedC:\Scripts\New_users.xls.
复制代码 代码如下:
SetobjExcel=CreateObject(Excel.Application)
SetobjWorkbook=objExcel.Workbooks.Open(C:\Scripts\New_users.xls)


评论


亲,登录后才可以留言!