View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
JK JK is offline
external usenet poster
 
Posts: 9
Default Temporary file open; not visible at all

You can use:

Application.Visible = False

JK

Gert-Jan wrote:
Is there a way to hide a workbook, so it is not visible in the taskbar of
Windows?

Gert-Jan