View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paulo Alexandre ( PT ) Paulo Alexandre ( PT ) is offline
external usenet poster
 
Posts: 1
Default ActiveWindow.Visible = True

I've executed in a VBA Project I'm developing an instruction to Hide the
Workbook, the following instruction ( ActiveWindow.Visible = False ), and in
the end I changed it's value to True, but unfortunatlly I realize that I just
can't change is value back to true to solve the visibility problem, it gives
me an error ( Run-time error "91" - Object variable or With block variable no
set).
I really need Help to programmaticaly make Visible my Workbook, because I
can use it ( Macros ), but I can't see It, I enter in VBA but I don't see my
Worksheet, and I've also a lot of info in the worksheets.
Thks