unorthodoxconqueror
New Member
- Joined
- Apr 8, 2013
- Messages
- 3
how about an "Idiotproof this workbook" functionality that stops people breaking your formulas / macros / formatting....
Isn't that called sheet/workbook/vba protection?how about an "Idiotproof this workbook" functionality that stops people breaking your formulas / macros / formatting....
Definitely not ideal. I only want to unhide 9 of the 15 hidden worksheets.Not ideal, but you could copy this into the immediate window
Code:for each sht in thisworkbook.Worksheets: sht.visible=true: next sht
Isn't that called sheet/workbook/vba protection?
Well, we really know that idiots will always beat idiot-proofing so you've asked for an impossibility.locking VBA project yes, but i find that people manage to mashup my workbooks regardless of how well i've locked down the sheets and handled the errors...
Yeh I suppose as part of an addin. And there are already so many addins that have similar functionality... I would prefer it to be native though.You could make one in about 10 minutes...
I second that!I would like to see a change to AutoFilter. I would like to see the choices "(Select All)" and "(Blanks)" either
a) Fixed, readily accessible, in the top section like "Text Filters", "Filter by Color" etc, or
b) (2nd choice) Listed at both the top and bottom of the scroll section.