Inserting Form form Visual Basic...
Thank you
"Norman Jones" wrote:
Hi Thomas,
In the ThisWorkbook module, try:
Sub Workbook_Open()
UserForm1.Show
End Sub
Where Userform1 is the name of your userform.
---
Regards,
Norman
"thomas" wrote in message
...
I am quite the begginer here. After I create a form in the Excel's Visual
Basic, how do I insert that form into a worksheet, or have it auto-execute
when workbook is opened.
Thank you,
Thomas
|