Reply to thread

The error suggests you have not copied the full code.


It is saying that

[code]Public Function Author() As String

  Return "YourNameHere"

End Function[/code]

has not been implemented in class1


Top Bottom