View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Worksheet just disappeared

I was just running some code I recorded and my worksheet disappeared. The
file is still open and I can see the sheet in my tree view in my VB Editor.
But when I am in Excel, the sheet is gone and I am staring at blank page. I
think the line of code was:

ActiveWindow = False

What does this do and how do I get visibility of my sheet back?

Thanks

EM