nextrevolution
XLDnaute Occasionnel
Bonjour j'ai un problème lorsque je fais une macro pour initialiser les cases d’options, lorsque j’active la macro il y a un bogue avec « .Value = xlOff »
Soit ma macro :
ActiveSheet.Shapes.Range(Array("Option Button 395", "Option Button 394")). _
Select
With Selection
.Value = xlOff
.LinkedCell = ""
.Display3DShading = True
End With
Soit ma macro :
ActiveSheet.Shapes.Range(Array("Option Button 395", "Option Button 394")). _
Select
With Selection
.Value = xlOff
.LinkedCell = ""
.Display3DShading = True
End With