View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Not visible workbook

Windows("Book1.xls").Visible = True
Windows("Book2.xls").Visible = False

--
Regards,
Tom Ogilvy

"Mircea Pleteriu" wrote in message
...
Hi,

I need to open two workbooks and one of them to should not be visible.
How to make one of the workbook visible and the other one not visible?

Thanks,
Mircea