Load form when workbook opens

  • Thread starter Thread starter melton9
  • Start date Start date
M

melton9

Its been a while since I've worked in excel. How do I automatically
load a form when the workbook opens?

Thanks
 
Right-click on the Excel logo at left end of menu bar.

Select "View Code".

Copy/paste this into that module.

Private Sub Workbook_Open()
Userform.Show
End Sub


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top