View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Visible Property

Hi,

I hate it when you hit the debugger button and it does that:)

Maybe someone has protected the workbook structure which would stop your
code hiding the sheet.

Mike

"Shawn" wrote:

I am running Excel 2003 and have a VBA code I have been using for years
without issue. I ran it today and got a Run Time Error 1004: Unable to set
the Visible Property of the Worksheet Class. When I hit the debugger button
it takes me to the line of code that tries to turn on and off (ture and
false) the visible property.

The VBA is in one excel workbook and when I click a button it runs in
another open excel workbook.

What has changed?


--
Thanks
Shawn