We can tell you, but first you have to turn your CAPS LOCK key off. ALL
CAPS is usually considered the equivalent of SHOUTING (and is much
harder to read).
....Ready?
Put this in your ThisWorkbook code module (right-click on the workbook
title bar and choose view code):
Private Sub Workbook_Open()
UserForm1.Show
End Sub