
Sub Conta_Forme() t_f = ActiveSheet.Shapes.Count MsgBox "Totale Forme N°" & t_f End Sub |
Sub Conta_Forme() t_f = ActiveSheet.Shapes.Count MsgBox "Totale Forme N°" & t_f Set myDocument = Worksheets(1) myDocument.Shapes.SelectAll For i = 1 To t_s ' MsgBox myDocument.Shapes.Range(Array(i)).Name Next i Set myDocument = Nothing End Sub |
