kissingurami
New Member
- Joined
- May 29, 2007
- Messages
- 20
I have been trying to no avail to have Excel open a form that I made using VBA. I named the form "frmDlyStat" but for some reason, the debug error is telling me that it can't find this form object even though the form is listed right there. And why does the window of the vb editor still say "UserForm1"???
Anyways, here is the code as written to open the form:
What could possibly be wrong with that? Any help would be much appreciated...
Anyways, here is the code as written to open the form:
Code:
Private Sub Workbook_Open()
frmDlyStat.Show
End Sub
What could possibly be wrong with that? Any help would be much appreciated...