A
AccessHelp
Hi,
I created an Excel user form and renamed it to "frmFormA". I want the user
form to show when I open the workbook. I use the following code in the
"ThisWorkbook" section of Microsoft Excel Objects in Visual Basic:
Private Sub loadWb()
Load UserForm1
UserForm1.Show
End Sub
I also tried to change the code to "frmFormA" in place of "UserForm1" in the
code. For some reason, none of them works.
Can someone help me with my problem?
Thanks.
I created an Excel user form and renamed it to "frmFormA". I want the user
form to show when I open the workbook. I use the following code in the
"ThisWorkbook" section of Microsoft Excel Objects in Visual Basic:
Private Sub loadWb()
Load UserForm1
UserForm1.Show
End Sub
I also tried to change the code to "frmFormA" in place of "UserForm1" in the
code. For some reason, none of them works.
Can someone help me with my problem?
Thanks.