View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
anonymousA anonymousA is offline
external usenet poster
 
Posts: 32
Default Problems Unhiding a Worksheet

Hi,

if you tried to unprotect the workbook, would it help you ?

So long

a écrit :
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