Hi all
I have a need to split a master data set into different tabs on a separate workbook.
This has come about because I can't let the end user have access to the Master set as they have deleted it several times!
Essentially, this is a very small sample of my master data set:
ID Company Day of Service
1 Fake Ltd Monday
2 Stark Industries Tuesday
3 Black Mesa Wednesday
4 Delos inc Thursday
5 E Corp Friday
I am wondering if there is a way to have a second workbook, which, when opened, pulls across the data from my master sheet, and splits into into tabs based on the day of the week.
Both workbooks would be held in a Sharepoint library, but the end user would only have access to the workbook that is split by day (so they can't delete the master!)
This is my intended result:
Where in this example, Monday would contain:
ID Company Day of Service
1 Fake Ltd Monday
Tuesday would contain:
ID Company Day of Service
2 Stark Industries Tuesday
and so on....
I am aware of some VBA which allows splitting, but have not been able to make them work when substituting in references to other workbooks.
I hope that makes sense.
Thank you
I have a need to split a master data set into different tabs on a separate workbook.
This has come about because I can't let the end user have access to the Master set as they have deleted it several times!
Essentially, this is a very small sample of my master data set:
ID Company Day of Service
1 Fake Ltd Monday
2 Stark Industries Tuesday
3 Black Mesa Wednesday
4 Delos inc Thursday
5 E Corp Friday
I am wondering if there is a way to have a second workbook, which, when opened, pulls across the data from my master sheet, and splits into into tabs based on the day of the week.
Both workbooks would be held in a Sharepoint library, but the end user would only have access to the workbook that is split by day (so they can't delete the master!)
This is my intended result:
Where in this example, Monday would contain:
ID Company Day of Service
1 Fake Ltd Monday
Tuesday would contain:
ID Company Day of Service
2 Stark Industries Tuesday
and so on....
I am aware of some VBA which allows splitting, but have not been able to make them work when substituting in references to other workbooks.
I hope that makes sense.
Thank you