paulasky220
Technical User
What's the code so that you can't see the macro as it's running and also the code so that you can run a macro after hiding worksheets
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.
sub Yourmacro
application.screenupdating = false
'your code
application.screenupdating = true
end sub