Userform Auto_open
Posted by lucky on January 08, 2002 3:21 AM
I wish to have a Userform appear when a user opens an excel file. I have tried the following but does not work:
Public Sub Auto_open()
UserForm1.Show
End Sub
I also which to have a series of text boxes on the one userform and whatever the user types in these boxes is recorded on Sheet1.
Is this possible, or should I just use a number of input boxes?
Thanks again!