Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Make Changes to and Then Re-Save an Existing Excel SpreadsheetContent of Make Changes to and Then Re-Save an Existing Excel Spreadsheet.vbsMD5 Hash: 6F4B2DAF30AAD70ECAB7D28C82A443A3 |
||
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = True Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\Test.xls") Set objWorksheet = objWorkbook.Worksheets(1) objWorksheet.Cells(1, 1).Value = Now objWorkbook.Save() objExcel.Quit | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |