IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Macros et VBA Excel Discussion :

Problème de protection de feuille


Sujet :

Macros et VBA Excel

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre régulier
    Homme Profil pro
    Enseignant
    Inscrit en
    Mars 2018
    Messages
    10
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 62
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Mars 2018
    Messages : 10
    Par défaut Problème de protection de feuille
    Bonjour à tous,
    Je reviens une nouvelle fois vers vous car je n'arrive malheureusement pas à corriger mon problème : Enlever la protection sur une feuille.
    J'obtiens le message Erreur d'exécution "1004" :
    la cellule ou le graphique que vous essayez de modifier se trouve sur une feuille protégée.
    Pour y apporter des modifications, cliquez sur Ôter la protection de la feuille ...

    Voici le code de ma feuille :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
     
    Sub Act1()
     
    If Range("B11").Value = "1er trimestre ou semestre" Then
        Worksheets("Pde_1").Activate
        Sheets("Pde_1").Unprotect Password:=""
     
        Range("K60").Copy
        Range("K6").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
            :=False, Transpose:=False ' Copie valeur Evaluation
     
                If Range("B7") = Range("K61") Then ' Condition Nom
                    Range("C62:K62").Copy
                    Range("C7").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False ' Copie valeur Evaluation
                End If
                If Range("B8") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C8").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B9") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C9").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B10") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C10").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B11") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C11").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B12") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C12").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B13") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C13").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B14") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C14").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B15") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C15").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B16") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C16").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B17") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C17").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B18") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C18").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B19") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C19").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B20") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C20").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B21") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C21").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B22") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C22").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B23") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C23").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                 If Range("B24") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C24").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B25") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C25").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B26") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C26").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B27") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C27").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B28") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C28").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B29") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C29").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B30") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C30").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B31") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C31").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B32") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C32").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B33") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C33").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                 If Range("B34") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C34").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B35") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C35").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B36") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C36").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B37") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C37").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B38") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C38").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B39") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C39").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B40") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C40").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B41") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C41").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B42") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C42").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B43") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C43").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B44") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C44").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B45") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C45").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B46") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C46").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B47") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C47").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B48") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C48").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B49") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C49").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B50") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C50").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B51") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C51").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B52") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C52").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B53") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C53").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
                If Range("B54") = Range("K61") Then
                    Range("C62:K62").Copy
                    Range("C54").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                        :=False, Transpose:=False
                End If
     
    Sheets("Pde_1").Protect Password:=""
     
    End If
     
    End Sub
    A noter que je lance la macro à partir d'un bouton qui se trouve sur une autre feuille.

    Pouvez-vous, svp, m'indiquer ce qui ne va pas, l'erreur (ou les erreurs) que j'ai pu commettre.
    Merci beaucoup.

    =JA=

  2. #2
    Expert confirmé

    Homme Profil pro
    Curieux
    Inscrit en
    Juillet 2012
    Messages
    5 169
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Curieux
    Secteur : Arts - Culture

    Informations forums :
    Inscription : Juillet 2012
    Messages : 5 169
    Billets dans le blog
    5
    Par défaut
    Bonjour,

    aucun souci de mon côté avec ton code

    je me suis permis une petite simplification via une boucle, à adapter

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    Sub Act()
    Dim MaValeur As String, MaFeuille As Worksheet, MaPlage As Range, i As Long
     
    Set MaFeuille = ThisWorkbook.Worksheets("Pde_1")
        If Range("B11").Value = "1er trimestre ou semestre" Then
            With MaFeuille
                .Activate
                .Unprotect Password:=""
                .Range("K6").Value = .Range("K60").Value ' Copie valeur Evaluation
                Set MaPlage = .Range("C62:K62")
     
                For i = 7 To 54
                    If .Range("B" & i) = MaValeur Then ' Condition Nom
                        MaPlage.Copy
                        .Range("C" & i).PasteSpecial Paste:=xlPasteValues ' Copie valeur Evaluation
                    End If
                Next i
     
                .Protect Password:=""
            End With
        End If
    End Sub

  3. #3
    Expert confirmé
    Homme Profil pro
    aucune
    Inscrit en
    Avril 2016
    Messages
    7 563
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 84
    Localisation : France, Pyrénées Atlantiques (Aquitaine)

    Informations professionnelles :
    Activité : aucune

    Informations forums :
    Inscription : Avril 2016
    Messages : 7 563
    Par défaut
    Bonjour
    Cette discussion aurait du être ouverte dans la section VBA de ce forum, non ?
    Dans l'ignorance des verrouillages choisis, mon premier réflexe est de t'inviter à ôter la protection de la feuille avant même de l'activer.

  4. #4
    Membre régulier
    Homme Profil pro
    Enseignant
    Inscrit en
    Mars 2018
    Messages
    10
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 62
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Mars 2018
    Messages : 10
    Par défaut
    Bonjour,

    Je viens de tester ton code (joe.levrai) mais il ne fonctionne pas chez moi.
    Quelles en est la raison ?
    Je travaille avec Excel 2013.

    je te remercie tout de même pour la simplification apportée en trouvant les raisons du non fonctionnement.

  5. #5
    Membre régulier
    Homme Profil pro
    Enseignant
    Inscrit en
    Mars 2018
    Messages
    10
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 62
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Mars 2018
    Messages : 10
    Par défaut
    ReBonjour,

    Je voulais dire en attendant de trouver les raisons du non fonctionnement.
    Milles excuses.

  6. #6
    Expert confirmé

    Homme Profil pro
    Curieux
    Inscrit en
    Juillet 2012
    Messages
    5 169
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Paris (Île de France)

    Informations professionnelles :
    Activité : Curieux
    Secteur : Arts - Culture

    Informations forums :
    Inscription : Juillet 2012
    Messages : 5 169
    Billets dans le blog
    5
    Par défaut
    ça veut dire quoi "il ne fonctionne pas" ?

    le seul point qui m'a interpellé c'est cette ligne

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    If Range("B11").Value = "1er trimestre ou semestre" Then
    est-ce que B11 appartient à la feuille d'où tu lances la procédure (la feuille active) ou à la feuille Pde_1 ?
    Ici, en ayant repris ton code tel quel, j'ai utilisé B11 de la feuille active. Si c'est en fait B11 de Pde_1, il te suffit de rajouter un point devant Range("B11") pour le rattacher à cette feuille

  7. #7
    Rédacteur/Modérateur


    Homme Profil pro
    Formateur et développeur chez EXCELLEZ.net
    Inscrit en
    Novembre 2003
    Messages
    19 125
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 58
    Localisation : Belgique

    Informations professionnelles :
    Activité : Formateur et développeur chez EXCELLEZ.net
    Secteur : Enseignement

    Informations forums :
    Inscription : Novembre 2003
    Messages : 19 125
    Billets dans le blog
    131
    Par défaut
    Salut.

    Si tu protèges ta feuille en VBA avec mafeuille.protect "mdp", userinterfaceonly:=true, tu n'auras aucun besoin de la déprotéger pour la manipuler par VBA.
    "Plus les hommes seront éclairés, plus ils seront libres" (Voltaire)
    ---------------
    Mes billets de blog sur DVP
    Mes remarques et critiques sont purement techniques. Ne les prenez jamais pour des attaques personnelles...
    Pensez à utiliser les tableaux structurés. Ils vous simplifieront la vie, tant en Excel qu'en VBA ==> mon tuto
    Le VBA ne palliera jamais une mauvaise conception de classeur ou un manque de connaissances des outils natifs d'Excel...
    Ce ne sont pas des bonnes pratiques parce que ce sont les miennes, ce sont les miennes parce que ce sont des bonnes pratiques
    VBA pour Excel? Pensez D'ABORD en EXCEL avant de penser en VBA...
    ---------------

  8. #8
    Membre régulier
    Homme Profil pro
    Enseignant
    Inscrit en
    Mars 2018
    Messages
    10
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 62
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Mars 2018
    Messages : 10
    Par défaut
    Bonjour Pierre,

    Question toute bête, de la part d'un novice en programmation.
    à quel endroit dois-je positionné ta ligne de code ?
    dans quelle macro ?
    Merci

  9. #9
    Membre régulier
    Homme Profil pro
    Enseignant
    Inscrit en
    Mars 2018
    Messages
    10
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 62
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations professionnelles :
    Activité : Enseignant

    Informations forums :
    Inscription : Mars 2018
    Messages : 10
    Par défaut
    Bonjour à tous,

    C'est bon, mon problème est résolu.
    En fait pour que cela corresponde à mes attentes, il me manquait la valeur de comparaison à la ligne 14
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    Sub Act1()
     
    Dim MaValeur As String, MaFeuille As Worksheet, MaPlage As Range, i As Long
     
    Set MaFeuille = ThisWorkbook.Worksheets("Pde_1")
        If Sheets("Pde_1").Range("K59").Value = "Act 1" Then
            With MaFeuille
                .Activate
                .Unprotect Password:=""
                .Range("K6").Value = .Range("K60").Value ' Copie valeur Evaluation
                Set MaPlage = .Range("C62:K62")
     
                For i = 7 To 54
                    If .Range("B" & i) = .Range("K61") Then ' Condition Nom
                       MaPlage.Copy
                       .Range("C" & i).PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
                            :=False, Transpose:=False ' Copie valeur Evaluation
                    End If
                Next i
                .Protect Password:=""
            End With
        End If
    End Sub
    Encore merci.

Discussions similaires

  1. [XL-2010] Problème de protection d'une feuille avec liste déroulante
    Par benadry dans le forum Excel
    Réponses: 0
    Dernier message: 18/10/2013, 15h22
  2. Protection de feuille excel
    Par tarmin dans le forum Excel
    Réponses: 2
    Dernier message: 21/02/2006, 14h30
  3. [VBA] Problème de sélection de feuille
    Par ptitsoleil87 dans le forum Macros et VBA Excel
    Réponses: 2
    Dernier message: 28/12/2005, 10h44
  4. [Débutant] petit problème de "protected"
    Par dj_lil dans le forum Langage
    Réponses: 6
    Dernier message: 07/07/2005, 10h54
  5. [XSL]problème de liens via feuille de style, images....
    Par snoop dans le forum XSL/XSLT/XPATH
    Réponses: 4
    Dernier message: 29/06/2005, 10h57

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo