Bonjour à tous,
J'ai de grandes difficultés pour ce code apparemment simple :
Je vous remercie de me corriger
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 Sub ImpZoneX() Sheets("ticket").Select If (I1 = 0) Then Exit Sub If (I1 > 199) Then Call Copie3 Else If (I1 > 99) Then Call Copie2 Else If (I1 > 0) Then Call Copie3 End If End If End If End If End Sub
Partager