Echidnadsn
New Member
- Joined
- Jul 17, 2024
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Good afternoon. I've been looking around trying to find something that would work for me but can't really seem to find anything, so decided to register and post.
Quick Explanation
I am looking for a method (either VBA or just formula) to state if a sheet is hidden or not, and have it update as states change. The need for this is i want it to drive a formula that will ignore values on a sheet if its hidden.
Longer Explanation
i have a certification workbook that has several different departments. Not all departments are being certified for every location. The users hide the sheets they aren't being certified on. Right now everything flows to a hidden calculations sheet. I basically want to have on that calculation sheet something like "If SHEET=Hidden, Dont Calculate. If SHEET=Visible: Calculate Columns A:D"
Does that make sense?
Quick Explanation
I am looking for a method (either VBA or just formula) to state if a sheet is hidden or not, and have it update as states change. The need for this is i want it to drive a formula that will ignore values on a sheet if its hidden.
Longer Explanation
i have a certification workbook that has several different departments. Not all departments are being certified for every location. The users hide the sheets they aren't being certified on. Right now everything flows to a hidden calculations sheet. I basically want to have on that calculation sheet something like "If SHEET=Hidden, Dont Calculate. If SHEET=Visible: Calculate Columns A:D"
Does that make sense?