A voir également:
- Macro : mise en forme apres rassemblement de données
- Telecharger macro convertir chiffre en lettre excel - Télécharger - Tableur
- Jitbit macro recorder - Télécharger - Confidentialité
- Télécharger macro convertir chiffre en lettre excel - Télécharger - Tableur
- Macro maker - Télécharger - Divers Utilitaires
- Macro word - Guide
4 réponses
bonjour,
Cells(lig, col2) = Cells(lig, col2) & Chr(10) & Cells(lig + 1, col2)
deviendrait
Cells(lig, col2) = Cells(lig, col2) & "; " & Cells(lig + 1, col2)
Cells(lig, col2) = Cells(lig, col2) & Chr(10) & Cells(lig + 1, col2)
deviendrait
Cells(lig, col2) = Cells(lig, col2) & "; " & Cells(lig + 1, col2)