#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default Pivot Table inquiry

Hi,

in one workbook,
i have one main sheet with compiled data of only 400 rows and 60 columns
(approx.) No blank cells...
then on 12 sheets i got pivot tables for different summary presentation...
then on 6 sheets i got charts linked to the pivot table summary data...

i'd like to freeze or let say protect only the the 12 sheets-pivot tables to
disable selection....

Please recommend a macro to disable pivot table selection, while being also
able to update by inserting another rows of data on my main data sheet...

any suggestions are welcome

regards...
--
*****
birds of the same feather flock together..

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Pivot Table inquiry


If you don't want users to see the sheets with pivot tables, you can
do it a couple of ways.
1) On each pivot table sheet, use "Format / Sheet / Hide". This is a
pretty light weight way of hiding them since users can use the
"Format / Sheet / Unhide" them to reveal them again (assuming they
think of looking there).
2) Use a VBA line like::
Worksheets("PivotSheet1").Visible = xlVeryHidden
for each sheet. This will visually hide the worksheet w/in Excel and
it is not reversible through the "Format / Sheet / Unhide" menu. Of
course, you'll probably also want to put in a VBA password so users
can't look at the code you used to hide the sheets and then un-hide
them.

I guess it depends on your level of paranoia.

/ Tyla / .

On Feb 10, 2:05 pm, driller wrote:
Hi,

in one workbook,
i have one main sheet with compiled data of only 400 rows and 60 columns
(approx.) No blank cells...
then on 12 sheets i got pivot tables for different summary presentation...
then on 6 sheets i got charts linked to the pivot table summary data...

i'd like to freeze or let say protect only the the 12 sheets-pivot tables to
disable selection....

Please recommend a macro to disable pivot table selection, while being also
able to update by inserting another rows of data on my main data sheet...

any suggestions are welcome

regards...
--
*****
birds of the same feather flock together..



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot Table Filename reference in Spreadsheet XML issue Mike Excel Discussion (Misc queries) 1 August 2nd 10 09:40 PM
Display the source for a pivot table page field Gary Brown Excel Worksheet Functions 4 November 8th 06 03:02 PM
Insert a row after a pivot table MarkM Excel Discussion (Misc queries) 0 July 19th 06 09:19 PM
Derived Columns in Pivot Table sa02000 Excel Discussion (Misc queries) 1 February 8th 06 07:18 PM
Pivot -- want to use Max and Sum in same table Dave Excel Worksheet Functions 1 July 13th 05 04:37 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"