Run-time error '424': Object required
Résolu/Fermé
Ch1ken
Ch1ken
- Messages postés
- 53
- Date d'inscription
- vendredi 10 avril 2009
- Statut
- Membre
- Dernière intervention
- 17 janvier 2017
Ch1ken
- Messages postés
- 53
- Date d'inscription
- vendredi 10 avril 2009
- Statut
- Membre
- Dernière intervention
- 17 janvier 2017
A voir également:
- Run-time error '424': Object required
- Run-time error '424': Object required ✓ - Forum - VB / VBA
- Run-time error '91': Object variable or With block variable not ✓ - Forum - VB / VBA
- Run time error 91 ✓ - Forum - VB / VBA
- Run-time error 339 - Forum - Internet / Réseaux sociaux
- Run-time error '1004' Autofilter medthod of range class failed ✓ - Forum - VB / VBA
1 réponse
f894009
17 janv. 2017 à 09:57
- Messages postés
- 16608
- Date d'inscription
- dimanche 25 novembre 2007
- Statut
- Membre
- Dernière intervention
- 5 juillet 2022
17 janv. 2017 à 09:57
Bonjour,
Ben oui
ira mieux comme ceci
Ben oui
Range(cell).Interior.Color = RGB(204, 102, 255) cell.ClearComments
ira mieux comme ceci
Range(cell).Interior.Color = RGB(204, 102, 255) Range(cell).ClearComments
17 janv. 2017 à 10:12