secure a sheet

  • Thread starter Thread starter solo_razor
  • Start date Start date
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
 
You could 'very hide" / unhide it with code:

Sheet1.Visible = xlSheetVeryHidden

Sheet1.Visible = xlSheetVisible
 
Back
Top