Sheet sharing

aek_nikos

New Member
Joined
Jan 12, 2023
Messages
14
Office Version
  1. 2016
Platform
  1. Windows
Good morning,
I've made a workbook with 50 sheets of data and 1 sheet of results (of those datas). I want to share these 50 sheets with 50 editors (each one of them gets the sheet that represents his department).
Is there a possible magic solution for me, to share each sheet (and only this) to the corresponding editor and at the same time get the results i want to the sheet i do not share?

I KNOW, I KNOW I ASK A LOT but i live in hope!!
Thanks a lot
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
I believe it is possible through VBA!

For that, you would need to write a code on Workbooks_open event by checking their username with the help of Application.username and let the macro to enable only the respective editor tab and rest will be hidden.
 
Upvote 0
I believe it is possible through VBA!

For that, you would need to write a code on Workbooks_open event by checking their username with the help of Application.username and let the macro to enable only the respective editor tab and rest will be hidden.
Appreciate your answer.
I am not that into VBA yet so i can't really write that code, so i'll keep looking
Thanks a lot
 
Upvote 0

Forum statistics

Threads
1,214,986
Messages
6,122,611
Members
449,090
Latest member
vivek chauhan

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