unshare excel workbooks Anonymous persons

sekhar03

New Member
Joined
Jul 26, 2020
Messages
12
Office Version
  1. 365
Platform
  1. Windows
This is my first Post/question.

I've a workbook and lets say I shared the same with group of 30 more people. I want the workbook to be accessed by only the group of 30 people. If the same excel shared out of the group, it should not be accessible. Else, I want the workbook to be accessed by only authorized persons.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Password protect the workbook and only give tghe password to the those you want to access the workbook. The share feature is either Shere, Exclusive or Read Only. Sharing does not allow selective parties to be included or excluded, it has to be done with a password. However, with some more elaborate code, you could check the User environs and bounce that against a list of approved users to grant access. But the password should work just as well.
 
Upvote 0
Password protect the workbook and only give tghe password to the those you want to access the workbook. The share feature is either Shere, Exclusive or Read Only. Sharing does not allow selective parties to be included or excluded, it has to be done with a password. However, with some more elaborate code, you could check the User environs and bounce that against a list of approved users to grant access. But the password should work just as well.
Thanks for the reply. I can share the password with Authorized people only. Those Authorized people can also share the password with some others (might be unauthorized) as the password is same for all.
you could check the User environs and bounce that against a list of approved users to grant access. -- This seems good. But my users are using excel in Android Mobiles as well. I don't think mobile supports Macro enabled excel.
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,605
Members
449,089
Latest member
Motoracer88

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