Reply to thread

Not sure if you resolved this yet, but the answer I found was to do add the implements to the end.


Public Function Author() As String Implements ISetupForm.Author

            Return "Charli181"

        End Function


Top Bottom