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.
MsgBox Sheets("Index").Index
dim ws as worksheet
for each ws in worksheets
select case ws.name
case "Index","Include1","Include2"
' do something here
case "Exclude1","Exclude2"
' maybe do nothing here
case else
' do things there
end select
next