Protect A Pivot Table

C

Celtic_Avenger

I'm back with another query!

I need to protect a pivot table so that users cannot alter any detail
on the page, but also allow the table to refresh using VBA activate
buttons.

I could use the protect command in the macro of the button that take
the user to the table, and then unprotect when they leave to allo
future refreshes, But.....

IS THERE A SIMPLER METHOD
 
T

Tom Ogilvy

Refreshing a pivot table, for the most part, is an overt act. What causes
the table to refresh? If you are using code to do it, why not just
unprotect the sheet, refresh the table, protect the sheet.
 
Top