bonsoir le forum
depuis que j'ai (grace au forum )fait la macro suivante je ne peux plus faire de copier collé ???????????
la macro
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Range("g22") <> "0" Then
CommandButton1.Visible = True
Else
CommandButton1.Visible = False
End If
End Sub
cete macro me sert à cacher ou non un bouton suivant condition
merci
phil69
depuis que j'ai (grace au forum )fait la macro suivante je ne peux plus faire de copier collé ???????????
la macro
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Range("g22") <> "0" Then
CommandButton1.Visible = True
Else
CommandButton1.Visible = False
End If
End Sub
cete macro me sert à cacher ou non un bouton suivant condition
merci
phil69