站长资源网络编程
jscript之Open an Excel Spreadsheet
简介Description Demonstration script that opens an existing Excel spreadsheet named C:\Scripts\New_users.xls. 复制代码 代码如下:Set objExcel = CreateObject("Exce
Description
Demonstration script that opens an existing Excel spreadsheet
named C:\Scripts\New_users.xls.
复制代码 代码如下:
Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\New_users.xls")
Demonstration script that opens an existing Excel spreadsheet
named C:\Scripts\New_users.xls.
复制代码 代码如下:
Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\New_users.xls")