View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Show Form, Hide all Sheets

application.Visible = False
Userform1.Show

--
Regards,
Tom Ogilvy


"John Pierce" wrote in message
m...
I have heard that an open workbook must have at least one
sheet visible, so I was wondering if it would be possible
to have an Excel file open so that only a UserForm is visible?