Search here for all the info you want in this Blog

How to Open an Excel Spreadsheet in Vbscript


Set objExcel = CreateObject("Excel.Application")
Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\New_users.xls")

No comments:

Post a Comment