EXAMPLE 1 Change File Open password of a Workbook Courses.XLS

To change the password to open simply specify both the Input and Output file to be the same. The following syntax would be used to change a password of "Apples" to "Oranges"::

 

ConvertXLS.EXE /S"C:\Courses.XLS" /T"C:\Output\CoursesRevised.XLS" /P111 /1Apples /3Oranges