Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default How do i reveal hidden sheets

I have been sent a file with cells that contain formulas that are delimted
with {} and refer to sheets that are not present. If I try to create sheets
with these names I am told that they exist. Hence a hidden sheet. Any help on
hidden sheets and {}?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How do i reveal hidden sheets

Maybe

Format|Sheet|Unhide

Or speak to the developer...

surreyjed wrote:

I have been sent a file with cells that contain formulas that are delimted
with {} and refer to sheets that are not present. If I try to create sheets
with these names I am told that they exist. Hence a hidden sheet. Any help on
hidden sheets and {}?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default How do i reveal hidden sheets

Click on Format:Sheet:Unhide then select the sheet you want to unhide.

Hope that helps
--
Dave


"surreyjed" wrote:

I have been sent a file with cells that contain formulas that are delimted
with {} and refer to sheets that are not present. If I try to create sheets
with these names I am told that they exist. Hence a hidden sheet. Any help on
hidden sheets and {}?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,203
Default How do i reveal hidden sheets

If the Format | Sheet | Unhide does not reveal them, they may be "very
hidden" which is a setting usually made from within the VB Editor. But you
can unhide them using VB code easily enough:

Sub UnhideEvenVeryHiddenSheets()
Worksheets("Sheet3").Visible = True
End Sub

change the sheet name as needed, repeat the line of code for each sheet you
need to unhide. I would make a copy of the original file before messing with
these sheets, especially if they are very hidden. The developer obviously
didn't want anyone messing around with them because they are critical to
operation of the visible sheets.

Also, formulas enclosed in curley braces as {} are array formulas, the {}
are not typed in, they are placed around the formula when you enter the
formula with [Ctrl]+[Shift]+[Enter] instead of just the [Enter] key. Any
editing of such a formula requires using that key combination to restore the
curley braces.

"surreyjed" wrote:

I have been sent a file with cells that contain formulas that are delimted
with {} and refer to sheets that are not present. If I try to create sheets
with these names I am told that they exist. Hence a hidden sheet. Any help on
hidden sheets and {}?

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
Microsoft Visual Basic: Compile error: Sum or Function not defined Dmitry Excel Worksheet Functions 12 April 3rd 06 07:28 AM
insert Rows with Formulas in Place on Multiple Sheets? Michael Link Excel Discussion (Misc queries) 5 March 9th 06 01:54 PM
Pasting on Filtered Data Sheets without pasting onto hidden cells CCSMCA Excel Discussion (Misc queries) 1 August 28th 05 01:22 PM
Copy without Hidden Cols - How abrogard Excel Discussion (Misc queries) 1 July 15th 05 07:54 AM
calculating excel spreadsheet files for pensions and life insurance (including age calculation sheets) RICHARD Excel Worksheet Functions 1 March 15th 05 05:49 PM


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

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

About Us

"It's about Microsoft Excel"