View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
don don is offline
external usenet poster
 
Posts: 16
Default Unable to set the Visible property of the Worksheet class

Hi,

I've been working on an old project and on just checking latest
updates i've encountered this message


Unable to set the Visible property of the Worksheet class


when trying to alter the worksheets visible property.

I've started to work through vba by replacing new vba for old but
that seems (maybe its just too early in the morning) to contradict
itself as I replaced all of the ThisWorkbook code with new and got,
then thinking I had found general area to look I put old vba back and
it still doesnt work ie same message.

Any suggestions.

don