View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] shoey812@yahoo.com is offline
external usenet poster
 
Posts: 6
Default Problems Unhiding a Worksheet

Hi -

I have a file with hidden sheets that I can not unhide. There are no
passwords that I am aware of. The unhide function under Format
Sheets is not available. In VBA, the sheet is set to "-1 - xlsheet
visible". When I try to change it, I receive an error, "Unable to set
the Visible property of the Worksheet class.". Any ideas?

Stephen