bonjour,
j'essaie d'ouvrir une userform(frmRecherche) à l'ouverture du classeur mais il me retourne un erreur
Citation:
run-time error '459':
Object or class does not support the set of events
Code:
1
2
3
4
5 Private Sub Workbook_Open() frmRecherche.Show End Sub
une idée pourquoi?