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.
for c=1 to .column+.columns.count-2
select case c
case 6
print#1, format(activesheet.cells(r,c),"0000000"); "|";
case else
print#1, format(activesheet.cells(r,c)); "|";
next c
for c=1 to .column+.columns.count-2
for c = 1 to .columns.count -1