Show method (Error 438)

  • Thread starter Thread starter Lee
  • Start date Start date
L

Lee

HI there,
I'd like to show my form, but I get a 438 error (Object
doesn't support this property or method) (it was working
before, though)

Public Sub rptTotalNetAssets()
If LogonDB = False Then Exit Sub
frmTotalNetAssets.Show ' where I got above error msg
End Sub

Would you guys help me out.
Thanks,

Lee
 
Show is a method of a form so I am not 100% sure what is going on here. Does
your code have option explicit at the top of the sheet / module? Does your
code compile? That is where I would start...
 
looking at the name of the form (frmTotalNetAssets) seems to me that it
is not an excel form but a access form...
 

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