Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Application.DisplayAlerts=False
For Each c in Range("MyList")
Workbooks.Open FileName:=c.Value, Password:="mypwd"
ActiveWorkbook.SaveAs FileName:=c.Value, Password:=""
ActiveWorkbook.Close
Next