Have a workbook with a UserForm1
When I open the workbook the form opens but so does the code editor. Form and workbook are behind the code editor.![]()
Option Explicit Sub Workbook_Open() UserForm1.Show End Sub
What is going on? I just want to open the userform.
Bookmarks