Bonjour, j'ai un probleme avec une fonction qui vient d'excel
message : invalid use of null
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 Function NomPropre(QuelTexte) Dim MonExcel As Excel.Application NomPropre = Excel.WorksheetFunction.Proper(QuelTexte) Set MonExcel = Nothing End Function
Partager