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.
x = Format(Date, "mmm") & "\" ' Guess they want current month's folder
MainPath = "C:\My Folder\"
FullPath = InputBox("What directory is this file stored in?", "Box Title", MainPath & x)
FileName = "MyFile.xls"
FilePath = FullPath & FileName