Prevent copies of a spreadsheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to prevent a section ( or all for that
fact) of a locked spreadsheet from being copied to another
spreadsheet?
 
If the user can access the workbook, the sheet can be copied. You can
throw up roadblocks using VBA (e.g., disabling the copy commands), but
they can all be defeated fairly easily.
 
Back
Top