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 fso As FileSystemObject
Dim fil As File
Dim strFileName As String
Dim lngFileSize As Long
strFileName = Me.Application.CodeProject.FullName
Set fso = New FileSystemObject
Set fil = fso.GetFile(strFileName)
lngFileSize = fil.Size