View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lee Lee is offline
external usenet poster
 
Posts: 33
Default Show method (Error 438)

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