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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top