Hey all,
I have tried searching for the answer for this problem and I can not seem to find the answer that I need, so was hoping that you guys could help.
I have created a workbook that we use within my work that shows what every member of staff is working for any given hour they are at work. We are a 24/7 unit so I have a sheet for each day, on each day there is a table at the top of the worksheet that shows the hourly totals and second table that has each member of staff, the shift they work and then hourly blocks from 7am till 7am.
We have had these types of sheets for years, but we used to have 3 separate workbooks for 3 areas of the unit, because some of the interchangeable roles I was asked to create a one workbook does all.
I have built the sheet and all works great apart from one bit, the filters!. Specifically the VBA codes I have written for them. The code changes the filters on a number of slicers at the same time for both tables to match each other.
The problem I have is that the sheet will be used by multiple users at the same time, this wouldn't be an issue if they used just the slicers as it gives you the option to just see only me or everyone, but the VBA code doesn't do this and changes it for everyone.
Is there a way to put in the VBA to only show the slicer filters for that person and not everyone? or is there another way of doing this? I need to have both tables filter at the same time.
Many thanks in advance.
I have tried searching for the answer for this problem and I can not seem to find the answer that I need, so was hoping that you guys could help.
I have created a workbook that we use within my work that shows what every member of staff is working for any given hour they are at work. We are a 24/7 unit so I have a sheet for each day, on each day there is a table at the top of the worksheet that shows the hourly totals and second table that has each member of staff, the shift they work and then hourly blocks from 7am till 7am.
We have had these types of sheets for years, but we used to have 3 separate workbooks for 3 areas of the unit, because some of the interchangeable roles I was asked to create a one workbook does all.
I have built the sheet and all works great apart from one bit, the filters!. Specifically the VBA codes I have written for them. The code changes the filters on a number of slicers at the same time for both tables to match each other.
The problem I have is that the sheet will be used by multiple users at the same time, this wouldn't be an issue if they used just the slicers as it gives you the option to just see only me or everyone, but the VBA code doesn't do this and changes it for everyone.
Is there a way to put in the VBA to only show the slicer filters for that person and not everyone? or is there another way of doing this? I need to have both tables filter at the same time.
Many thanks in advance.