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 cht as cahrt, ws as worksheet, co as chartobject
for each cht in activeworkbook.charts
cht.delete
next
for each ws in worksheets
for each co in ws.chartobjects
co.delete
next
next