For
Each
Bild
In
ActiveSheet.Shapes
zeile = Bild.TopLeftCell.Row
If
Bild.Type = 13
And
ActiveSheet.Cells(zeile, 23).Value =
"A"
Then
Bild.AlternativeText = ActiveSheet.Cells(zeile, 12) &
"_"
& ActiveSheet.Cells(zeile, 4) &
"_A"
End
If
Next
For
Each
Bild
In
ActiveSheet.Shapes
zeile = Bild.TopLeftCell.Row
If
Bild.Type = 13
And
ActiveSheet.Cells(zeile, 24).Value =
"B"
Then
Bild.AlternativeText = ActiveSheet.Cells(zeile, 12) &
"_"
& ActiveSheet.Cells(zeile, 4) &
"_B"
End
If
Next
For
Each
Bild
In
ActiveSheet.Shapes
zeile = Bild.TopLeftCell.Row
If
Bild.Type = 13
And
ActiveSheet.Cells(zeile, 25).Value =
"C"
Then
Bild.AlternativeText = ActiveSheet.Cells(zeile, 12) &
"_"
& ActiveSheet.Cells(zeile, 4) &
"_C"
End
If
Next