View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Hiding Worksheets

windows("MyWorkbook.xls").Visible = False

--
Regards,
Tom Ogilvy

"Ahshiz Patel" wrote in message
...
Hi Excel Genius'

Is there a way of hiding a opened workbook until a user
selects something on a userform I have?

Thank so much