Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to "unhide sheet"

Status
Not open for further replies.

datadan

IS-IT--Management
Jul 22, 2002
283
US
When I go to format/sheet all options are gray. How can I reset these values?

Thanks,
 
datadan,

Have you checked Worksheet and Workbook Protection?

Any additional info about the affected workbook, version of Excel, etc.??

Regards,
M. Smith
 
Select the Sheet Tab before the sheet that's hidden,hold down the control key and select the sheet after the hidden sheet (this might be two tabs in a row). Then right-mouse and unhide sheet. Otherwise you will need to check protections as previously stated.
 
I guess I protected the workbook instead of the sheet. Thanks....

In a macro this bit of code protects the workbook. How do I set the password?
ActiveWorkbook.Protect Structure:=True, Windows:=False

ActiveWorkbook.Protect "password" Structure:=True,Windows:=False

Thanks,


 
Nevermind, I figured it out. Thanks for the help guys!

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top