koresnordic
IS-IT--Management
HI,
I have a Excel sheet that has pivot tables that pull data direct from sensitive company data. I have no problem with the end user drilling down to the data inside the spreadsheet, but I do not want them to be able to right click on the sheet and select "move or copy" to another sheet, whilst retaining the connection. I have no problem with them copying to another workbook, as they will sometimes need to send data to other people, but I want the connection broken, so the end recipient cannot drill down into more detail. So disabling the right click option isn't really the best option. Is there a way of detecting if they are performing a move / copy and removing the connections prior to this? I already do this before they save or close the workbook to prevent them just sending the original file with the data. I also remove any sheets over and above the originals prior to both events. I could remove the connections directly after the pivot tables have been updated in the file, but if they then want to drill down inside the original file, they will be unable to do so, which they will often need to do.
If it isn't possible then I will have to just disable the option and create my own VBA equivalent to move to a new workbook without the connections.
Thanks
Graham
I have a Excel sheet that has pivot tables that pull data direct from sensitive company data. I have no problem with the end user drilling down to the data inside the spreadsheet, but I do not want them to be able to right click on the sheet and select "move or copy" to another sheet, whilst retaining the connection. I have no problem with them copying to another workbook, as they will sometimes need to send data to other people, but I want the connection broken, so the end recipient cannot drill down into more detail. So disabling the right click option isn't really the best option. Is there a way of detecting if they are performing a move / copy and removing the connections prior to this? I already do this before they save or close the workbook to prevent them just sending the original file with the data. I also remove any sheets over and above the originals prior to both events. I could remove the connections directly after the pivot tables have been updated in the file, but if they then want to drill down inside the original file, they will be unable to do so, which they will often need to do.
If it isn't possible then I will have to just disable the option and create my own VBA equivalent to move to a new workbook without the connections.
Thanks
Graham