View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dick Kusleika[_4_] Dick Kusleika[_4_] is offline
external usenet poster
 
Posts: 595
Default View only UserForm?

Claud

Put

Application.Visible = False

in the Initialize event of the userform. Be sure to set it back to true in
the QueryClose event.

--
Dick Kusleika
Excel MVP
Daily Dose of Excel
www.dicks-blog.com


Claud Balls wrote:
Is it possible to load a form in the workbook_open event, then make
the excel disappear?



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!