M melton9 Jul 19, 2006 #1 Its been a while since I've worked in excel. How do I automatically load a form when the workbook opens? Thanks
Its been a while since I've worked in excel. How do I automatically load a form when the workbook opens? Thanks
G Gord Dibben Jul 19, 2006 #2 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
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