View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson[_3_] Jim Thomlinson[_3_] is offline
external usenet poster
 
Posts: 983
Default Show method (Error 438)

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...

"Lee" wrote:

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