send connection object mellem funktioner
hvorfor virker dette ikke?Dim here As Connection
Private Sub Form_Load()
Dim test As New Connection
sendconn (test)
End Sub
Public Function sendconn(test123 As Object)
Set here = test123
End Function
får type mismatch
