Type(Visual Basic's Structure)
Hello there!
I want to create a Type variable but i am getting a Compiler error which is:
Cannot define a public user-defined type within a private object module.
What does it sound?
My code is:
Public Type tp
str As String
it As Integer
End Type
Public Sub Form_Load()
tp.str = "de"
End Sub
Can someone help me?
Thanks....
Deepak..
__________________
DPK..
|