A voir également:
- [VBA Excel] Ajout info
- Liste déroulante excel - Guide
- Si et excel - Guide
- Aller à la ligne excel - Guide
- Crystaldisk info - Télécharger - Informations & Diagnostic
- Word et excel gratuit - Guide
1 réponse
onesdf
Messages postés
375
Date d'inscription
mercredi 21 mai 2008
Statut
Membre
Dernière intervention
17 octobre 2008
120
13 juin 2008 à 15:08
13 juin 2008 à 15:08
Salut
Sub TresFacile() For Each Cellule In Columns("D").Cells If IsNumeric(Cellule.Value) And Not (IsEmpty(Cellule)) Then Cellule.Value = "'" & Cellule.Value Next End Sub
13 juin 2008 à 15:18
onesdf("Message").Select
If Macro TresFacile() = True Then "Merci Beaucoup onesdf"
End Sub
Ca marche au poil et c'est clair, precis, net.
Encore merci.
ed