Protecting Sheet

agnerc

New Member
Joined
Jun 18, 2018
Messages
13
Is there a way to protect a sheet from being viewed until a password is entered unless someone has another idea?

The reason I ask is because I am wanting to have tabs for specific vendors and I do not want vendors seeing each others information.

Thank you,
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Is there a way to protect a sheet from being viewed until a password is entered unless someone has another idea?

The reason I ask is because I am wanting to have tabs for specific vendors and I do not want vendors seeing each others information.

Thank you,

You can have the Workbook Structure password-protected with all vendors sheets hidden and then use vba code in the workbook open event that asks the user to enter their password for their corresponding sheet before they can unhide the sheet.

Hide the vendors sheets back in the BeforeClose event and reprotect the workbook structure.

You may also want to password protect the VBAProject from viewing.
 
Upvote 0

Forum statistics

Threads
1,215,108
Messages
6,123,128
Members
449,097
Latest member
mlckr

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top