Hello,
is this how a constructor is created and initialized. I am getting an error; VB does not like the "New"
what I am trying to do is to create a constructor with one argument and initialize its attribute.
Public Sub New(ByVal newProdNumber As Long)
intProdNumber = newProdNumber
End Sub
thanks