View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default remove sheet2 gray out

select the sheet in the project explorer window.
click view then properties or press F4.
at the bottom, verify the visible property.

--


Gary


"John Smith" wrote in message
...
In my VBAProject, there are ThisWorkbook, Sheet1(Sheet1) and
Sheet2(Sheet2). When I right click on Sheet2(sheet2), the "remove
sheet2 option is gray out. Does that mean the sheet is protected?

Also, how do I make the sheet visible? No sheet is visible in
Excel window. Thanks.