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

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
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,787
Messages
6,126,897
Members
449,347
Latest member
Macro_learner

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