Hide a workbook

F

Frank Kabel

Hi
what are you trying to do :)
you can hide a worksheet but why do you want to hide a workbook?
 
B

Bob Phillips

Via the Windows collection (obviously<vbg>)

windows("Book2").visible=false

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top