![]() Loading |
| VBScript |
| JavaScript |
| Powershell |
Search Options: Remove the Password When Opening an Excel Spreadsheet
|
||
|
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 :: | ||