View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Excel Workbook Invisible

Hi
try
activewindow.visible = false

--
Regards
Frank Kabel
Frankfurt, Germany


Ai wrote:
Hi

Is it possible to make a workbook (say ActiveWorkbook) invisible
after it has been openned programmatically?

Thanks

Ai