Thread: UserForm
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default UserForm

Private Sub Workbook_Open()
userform1.Show
End Sub

'This is workbook event code.
'To input this code, right click on the Excel icon on the worksheet
'(or next to the File menu if you maximise your workbooks),
'select View Code from the menu, and paste the code



--

HTH

RP
(remove nothere from the email address if mailing direct)


"Mr.T" wrote in message
...

Anybody know how I can make a user form appear when opening the file?
Thanks


--
Mr.T
------------------------------------------------------------------------
Mr.T's Profile:

http://www.excelforum.com/member.php...o&userid=28982
View this thread: http://www.excelforum.com/showthread...hreadid=487153