P
Payal
Hi, I have following code in Thisworkbook to load the form but for
some reason its not loading the form. Can someone pl. tell me what
needs to be corrected.
Private Sub Startup()
Load Frm1
Frm1.Show
End Sub
Private Sub Document_New()
Startup
End Sub
Private Sub Document_Open()
Startup
End Sub
Thanks!
-Payal
some reason its not loading the form. Can someone pl. tell me what
needs to be corrected.
Private Sub Startup()
Load Frm1
Frm1.Show
End Sub
Private Sub Document_New()
Startup
End Sub
Private Sub Document_Open()
Startup
End Sub
Thanks!
-Payal