Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Remove the Password When Opening an Excel SpreadsheetContent of Remove the Password When Opening an Excel Spreadsheet.vbsMD5 Hash: 7B8F025BCBF6B6950C1808D6CD8A11BE |
||
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = TRUE objExcel.DisplayAlerts = FALSE Set objWorkbook = objExcel.Workbooks.Open("C:\Scripts\Test.xls",,,,"L$6tg4HHE") objWorkbook.Password = "" objWorkbook.SaveAs "C:\Scripts\Test.xls" | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |