Hello Everybody,,
I have designed a form in an excel file.
Now I would like to set the form as an startup
object. But How ????
Pls Help.
gAry Lam :p
Hello Everybody,,
I have designed a form in an excel file.
Now I would like to set the form as an startup
object. But How ????
Pls Help.
gAry Lam :p
Hi,
You can use:
Private Sub Workbook_Open()
Load Userform1
Userform1.Show
End Sub
Bye ...