Prevent copying data

Walter in Wisconsin

New Member
Joined
Oct 3, 2007
Messages
5
I have payroll information that is hidden on a page in a work book. I have hidden these cells but people could copy the page and have access to all the data. I want to leave cells in the spreadsheet that can be hard coded by the user, but I don't want people to be able to access the confidential payroll data within. Any ideas? Thanks
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Hi Walter,

You can't really protect the data that way. A somewhat more secure approach would be to put the data on a hidden worksheet. If you use vba to hide a worksheet, there's a 'evryhidden' property that prevents the worksheet from being unhidden via Format|Sheet|Unhide. Better still is to put the data in a separate workbook, which then doesn't have to be made available to others.

Cheers
 
Upvote 0

Forum statistics

Threads
1,225,398
Messages
6,184,728
Members
453,254
Latest member
topeb

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