Mega Code Archive

 
Categories / VisualBasic Script / Excel
 

Opens the workbook named Plan xls stored in the D

Sub pass()     Workbooks.Open Filename:="D:\Planning\Plan.xls", Password:="s@cur1ng!" End Sub