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.
Empty refers to a variant that has not been initialized as seen below.
Public Type SelectedFiles
Id As String
Name As String
LName As String
Member As String
Format As String
TotalCount As Long
End Type
Public CurrentSelectedFiles() as SelectedFiles
If IsEmpty(CurrentSelectedFiles(0).TotalCount) = False Then SpecifyFileSelections