Answers

Question and Answer:

  Home  MS Excel

⟩ I want to show a userform each time my file is opened?

Combine the two solutions above:

Private Sub Workbook_Open()

UserForm1.Show

End Sub

or

Sub Auto_open()

UserForm1.Show

End Sub

 180 views

More Questions for you: