Hi

I'm new to Userforms and having trouble getting the form to show. I have created a form in VBA which I want to show when the workbook is opened but cannot get it to show at all, even to test it out. I have added the following code into 'this workbook'
Private Sub GetUserNameandWeek()
       NameDateForm.Show
and also tried
Load NameDateForm
but nothing happens when I save, close and re-open the book.

What am I doing wrong?