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.
#Define xlDBF4 11
Set Step On
oExcel = Createobject("excel.application")
oExcel.displayAlerts = .F.
oWorkbook=oExcel.Workbooks.Open("c:\somesheet.xls")
With oWorkbook
.SaveAs("C:\someSheet2.dbf",xlDBF4)
Endwith