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 wb As Workbook
Dim ws As Worksheet
Set wb=ActiveWorkbook
Set ws=ActiveSheet
'Your code can then use statements like:
wb.Worksheets.Add 'Adds a worksheet
ws.Range("A1")="New value" 'Sets a cell to a new value