salut je veux comprendre ce code pour une form de graphe
Private Sub PrintVisibility(visState As Boolean)
Dim i As Integer
' First turn off the other controls
For i = 0 To Me.Count - 1
If Me(i).Tag <> "Print" Then
Me(i).Visible = visState
End If
Next
et
Private Sub Stock_Click()
MyGrafObj.ChartType = xlStockHLC
End Sub
Private Sub TopScale_Change()
End Sub
merci d'avance