Excel Macros vs. Hidden sheets

W

William

Hello group

I have an application in Excel with several sheets. We want to have a second
version of this for operators but with only half of the sheets of the
original version. The sheets that will be hidden will be the ones doing
calculations. I tried using the hide and password protecting them options so
no one will modify the hidden sheets. The problem is that by doing so, Excel
wont be able to do the calculations and run macros. Any tips on how to hide
sheets that will allow to run and update the macros and the calculation
sheets?

Thanks

William
 
B

Bob Greenblatt

Sure Excel macros and calculations can work with hidden sheets. The problem
probably is that the macros were built with the macro recorder which
generates code to activate sheets. This can be a problem with hidden sheets.
You'll have to update the macros to work properly. If you need more help,
post some samples of the code that is failing and a better description of
what you are trying to do.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top