ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Protect and unprotect Pivot table (https://www.excelbanter.com/excel-programming/306258-protect-unprotect-pivot-table.html)

Vj

Protect and unprotect Pivot table
 
Hi,

Is there any way we can protect and unprotect the pivot table only through
macro not the whole sheet?

Thanks

Frank Kabel

Protect and unprotect Pivot table
 
Hi
you can only protect the whole sheet BUT you can try the following:
- select the other cells
- goto 'Format - Cells - Protection' and uncheck 'Locked'
- NOW protect your worksheet

--
Regards
Frank Kabel
Frankfurt, Germany


VJ wrote:
Hi,

Is there any way we can protect and unprotect the pivot table only
through macro not the whole sheet?

Thanks


Tom Ogilvy

Protect and unprotect Pivot table
 
Use the
Activesheet.EnablePivotTable
Activesheet.Protect Password:="ABC", UserInterfaceOnly:=True

This must be done each time the workbook is opened as the EnablePivotTable
and UserInterfaceOnly settings are not persistent across the closing of a
workbook (so use the workbook open event as an example. )

--
Regards,
Tom Ogilvy



"VJ" wrote in message
...
Hi Frank,

I need to unprotect the pivot table and protect rest of the sheet.

If i protect the whole then my pivot table doesnt works and I cant select
any item.

Help would really be appreciated.

VJ

"Frank Kabel" wrote:

Hi
you can only protect the whole sheet BUT you can try the following:
- select the other cells
- goto 'Format - Cells - Protection' and uncheck 'Locked'
- NOW protect your worksheet

--
Regards
Frank Kabel
Frankfurt, Germany


VJ wrote:
Hi,

Is there any way we can protect and unprotect the pivot table only
through macro not the whole sheet?

Thanks






All times are GMT +1. The time now is 10:58 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com