Tengo un botón:
Código:
y me gustaría añadir esta función al botón:Private Sub Sortir_Click()
MsgBox "que salgo!!!"
End
End Sub
Código:
gracias! Sub Form_Unload(cancel As Integer)
??????????????????????
End Sub

