Tabelle2.Shapes(ComboBox1.List(, 1)).Copy
Application.Goto Tabelle1.Cells(1, 1)
ActiveSheet.Paste
Private Sub ComboBox1_Change()
If ComboBox1.ListIndex > -1 Then
Tabelle2.Shapes(ComboBox1.List(, 1)).CopyPicture xlScreen, xlBitmap
Tabelle1.Range("A1").Select
Tabelle1.Paste
End If
End Sub
Private Sub ComboBox1_Change()
If ComboBox1.ListIndex > -1 Then
delPicture
Tabelle2.Shapes(ComboBox1.List(, 1)).CopyPicture xlScreen, xlBitmap
Tabelle1.Range("A1").Select
Tabelle1.Paste
End If
End Sub
Private Sub delPicture()
Dim objShp As Shape
For Each objShp In Tabelle1.Shapes
If objShp.Type = msoPicture Then objShp.Delete
Next
End Sub
Tabelle2.Shapes(ComboBox1.List(, 1)).Copy
Application.Goto Tabelle1.Cells(1, 1)
ActiveSheet.Paste
Private Sub ComboBox1_Change()
If ComboBox1.ListIndex > -1 Then
Tabelle2.Shapes(ComboBox1.List(, 1)).CopyPicture xlScreen, xlBitmap
Tabelle1.Range("A1").Select
Tabelle1.Paste
End If
End Sub
Private Sub ComboBox1_Change()
If ComboBox1.ListIndex > -1 Then
delPicture
Tabelle2.Shapes(ComboBox1.List(, 1)).CopyPicture xlScreen, xlBitmap
Tabelle1.Range("A1").Select
Tabelle1.Paste
End If
End Sub
Private Sub delPicture()
Dim objShp As Shape
For Each objShp In Tabelle1.Shapes
If objShp.Type = msoPicture Then objShp.Delete
Next
End Sub