Erreur de compilation , argument non facultatif
Résolu/Fermé
amiro2017
Messages postés
193
Date d'inscription
mardi 28 février 2017
Statut
Membre
Dernière intervention
31 août 2017
-
5 mars 2017 à 21:35
amiro2017 Messages postés 193 Date d'inscription mardi 28 février 2017 Statut Membre Dernière intervention 31 août 2017 - 5 mars 2017 à 21:54
amiro2017 Messages postés 193 Date d'inscription mardi 28 février 2017 Statut Membre Dernière intervention 31 août 2017 - 5 mars 2017 à 21:54
A voir également:
- Argument non facultatif vba
- Python est introuvable. exúcutez sans argument pour procúder ó l - Forum Python
- L'indice n'appartient pas à la sélection vba - Forum VB / VBA
- Incompatibilité de type vba ✓ - Forum Programmation
- Vba dernière colonne non vide ✓ - Forum VB / VBA
- Vba ouvrir un fichier excel avec chemin ✓ - Forum VB / VBA
2 réponses
jordane45
Messages postés
38365
Date d'inscription
mercredi 22 octobre 2003
Statut
Modérateur
Dernière intervention
31 décembre 2024
4 720
5 mars 2017 à 21:40
5 mars 2017 à 21:40
Bonjour,
Il ne te manquerait pas des arguments ?
expression.Norm_Inv(Arg1, Arg2, Arg3)
https://docs.microsoft.com/fr-fr/office/vba/api/excel.worksheetfunction.norm_inv?redirectedfrom=MSDN
Il ne te manquerait pas des arguments ?
expression.Norm_Inv(Arg1, Arg2, Arg3)
https://docs.microsoft.com/fr-fr/office/vba/api/excel.worksheetfunction.norm_inv?redirectedfrom=MSDN
5 mars 2017 à 21:54
la solution est : Application.NormInv(Rnd(), 0, 1)