欢迎来到福编程网,本站提供各种互联网专业知识!

jscript之Open an Excel Spreadsheet

发布时间:2007-06-13 作者: 来源:转载
DescriptionDemonstrationscriptthatopensanexistingExcelspreadsheetnamedC:\Scripts\New_users.xls.复制代码代码如下:SetobjExcel=CreateObject("Excel.Application")SetobjWorkbook=objExcel.Workbooks.Open("C:\Scripts\New_users.xls")
Description

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

相关推荐