mole999
Well-known Member
- Joined
- Oct 23, 2004
- Messages
- 10,524
- Office Version
- 2019
- 2016
- 2013
- Platform
- Windows
I'd like to hide / unhide specific sheets, if the user is known to the workbook
its normally on a secure network, but the book would be copied between departments
the code is as secure as i can make it, so i can hard code the names inside the code
senario
userA has all rights, as workbook opens checks against network ID and ensures sheets are unhidden
userB doesnt have all rights, so when the book open, we make the sheets xlhidden
unknown user, close further pages
any clues where best to start or some draft code that can be adjusted
its normally on a secure network, but the book would be copied between departments
the code is as secure as i can make it, so i can hard code the names inside the code
senario
userA has all rights, as workbook opens checks against network ID and ensures sheets are unhidden
userB doesnt have all rights, so when the book open, we make the sheets xlhidden
unknown user, close further pages
any clues where best to start or some draft code that can be adjusted