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 = Getfile('xls', 'Please Select The XL File ', 'Browse')
IF NOT EMPTY(X)
IF INLIST(UPPER(JUSTEXT(X)), "XLS", "XLSX", "XLSM", "XLSB"))
* File type OK
ELSE
* Not OK
ENDIF
ELSE
* User cancelled
ENDIF