Thread: Summary sheet
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ty Ty is offline
external usenet poster
 
Posts: 72
Default Summary sheet

On Jul 14, 5:04*pm, Ty wrote:
I am trying to reverse engineer an excel workbook pivot table. *It's
weird. *I can see the Pivot table and trying to find out how it was
done. *I have done alot of internet searching for 2-3 days. *I can see
the Source is going to a "Summary Sheet" but there is not one listed
on the tabs. *I tried to find hidden sheets.. NONE.

Is it possible to have a Summary Sheet in Excel not listed as a normal
sheet?
How do I view it?

Thanks for your help in advance..


Visual Basic: I tried this too.. There was no sheet named Summary.

To cancel the xlSheetVeryHidden option for a hidden sheet:
1. Press Alt+F11 to open the VBE.
2. Under VBAProject in the left pane, double-click the sheet name you
want to unhide.
3. Press F4 or click the Properties icon to open the sheet's
Properties dialog box.
4. In the Visible dropdown list, select xlSheetVisible.
5. Press Alt+F4 to close the VBE.

On the Format menu, point to Sheet, and then click Unhide.
If sheets are hidden by a Microsoft Visual Basic for Applications
program that assigns the property xlSheetVeryHidden, you cannot use
the Unhide command to display the sheets. If you are using a workbook
with Visual Basic macros and have problems with hidden sheets, contact
the owner of the workbook for more information.