sorry, I'm on excel 2010 have just updated that aspect.
I've locked the VBA project for viewing using a secure password, my problem largely resides in the fact that you can open a blank excel workbook, then open my document and run a simple
And by running that macro when my document is selected it'll unhide the sheets.![]()
sub Unhide_Sheets() Sheets(1).visible = xlsheetvisible Sheets(2).visible = xlsheetvisible Sheets(3).visible = xlsheetvisible end sub
Thanks
Maudise
Bookmarks