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
FileStamp = FileDateTime("\\XXXX\XXXX\XXXX\XXXXX.CSV")
FileDate = Mid(FileStamp, 1, 10)
TodayDate = Mid(Date, 1, 10)
If FileDate = TodayDate Then
~code to save file~
end if
Application.DisplayAlerts = True