secure a sheet

S

solo_razor

hello,

I want to secure a sheet so that it can nog be accessed below but only
with buttons placed in a field.

Does anybody know how this can be done

Regards,
Niek
 
J

Jim Rech

You could 'very hide" / unhide it with code:

Sheet1.Visible = xlSheetVeryHidden

Sheet1.Visible = xlSheetVisible
 
Top