Usine à gaz
XLDnaute Barbatruc
Bonjour à tous,
j'ai besoin de mettre ces deux macros dans le module de ma feuille mais elles sont en conflits car elles ont le même nom.
j'ai essayé de modifier "un peu partout" sans succès.
Un grand merci pour votre aide si vous voulez bien.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Application.ScreenUpdating = False
If Not Intersect(Target, Range("E2")) Is Nothing And Target.Count = 1 Then
UserForm1.Show
End If
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Not Intersect(Target, Range("H3")) Is Nothing Then
Call FormulesExped
End If
End Sub
Amicalement,
Lionel,
j'ai besoin de mettre ces deux macros dans le module de ma feuille mais elles sont en conflits car elles ont le même nom.
j'ai essayé de modifier "un peu partout" sans succès.
Un grand merci pour votre aide si vous voulez bien.
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Application.ScreenUpdating = False
If Not Intersect(Target, Range("E2")) Is Nothing And Target.Count = 1 Then
UserForm1.Show
End If
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Not Intersect(Target, Range("H3")) Is Nothing Then
Call FormulesExped
End If
End Sub
Amicalement,
Lionel,