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.
Dim myfile As String
With cdl1
.ShowOpen
End With
myfile = cdl1.FileName
MsgBox "Choose new name"
With cdl1
.ShowSave
End With
Name myfile As cdl1.FileName
FileCopy myfile, cdl1.FileName