Vba protection in shared workbook

Melmillw82

New Member
Joined
Nov 14, 2017
Messages
27
Please help! I have a workbook that has 30 tabs all are the same. I have added a button to protect each sheet and another to unprotect. This is so that when the sheet is full it is locked off so nobody can change the info. My problem is when I share it! I cannot use the buttons. Is there another way I can lock the sheet off as and when I need to while it is shared without having to keep unshareing running vba then sharing again.
Thanks in advance ?
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Hi,
Shared workbooks can be an issue & generally, they do not always perform in a way users hope. I personally would avoid them & probably you will find many here feel the same.

Here is one site that gives further reading on the subject:https://social.technet.microsoft.co.../common-issues-of-shared-workbook?forum=excel


I don’t have a specific answer but maybe another here can guide you with your current issue.


As an alternative thought, if your users have access to your workbook across a corporate network, you could consider providing them with a template copy of their part of the workbook that can read read /write its data to & from your master (database) workbook.

This approach would negate the security issue about locking off data you no longer want users to modify although I will hasten to add, Excel security is very weak.

Hope Helpful

Dave
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,942
Messages
6,127,807
Members
449,408
Latest member
Bharathi V

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