Excel Workbook Invisible

A

Ai

H

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

Thank

Ai
 
M

mark

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



ActiveWindow.Visible = False
 
Top