Documnet_open() code is not working

  • Thread starter Thread starter Payal
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top