Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Open an Excel SpreadsheetContent of Open an Excel Spreadsheet.vbsMD5 Hash: 9EEFA76409BB1E246B4FC6A8A3F55618 |
||
' 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") | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |