Macro
Résolu/Fermé
A voir également:
- Macro
- Macro logiciel - Télécharger - Organisation
- Macro recorder - Télécharger - Confidentialité
- Macro Recorder - Télécharger - Divers Utilitaires
- Macro word - Guide
- Macro souris ✓ - Forum Windows
1 réponse
michel_m
Messages postés
16593
Date d'inscription
lundi 12 septembre 2005
Statut
Contributeur
Dernière intervention
23 mars 2023
3 293
2 juin 2009 à 09:41
2 juin 2009 à 09:41
bonjour,
essaies
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Not Intersect(Target, Range("B3:D14")) Is Nothing Then: Exit Sub
target.copy range("????")
end sub
tu n'indiques pas de destination à ton collage?
essaies
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Not Intersect(Target, Range("B3:D14")) Is Nothing Then: Exit Sub
target.copy range("????")
end sub
tu n'indiques pas de destination à ton collage?
2 juin 2009 à 10:17