Sub tt()
Application.Dialogs(xlDialogInsertPicture).Show
End Sub
Private Sub CheckBox1_Click()
If CheckBox1.Value = True Then
Call tt
ElseIf CheckBox1.Value = False Then
Range("K27").Delete
End If
End Sub
Sub tt()
Application.Dialogs(xlDialogInsertPicture).Show
End Sub
Private Sub CheckBox1_Click()
If CheckBox1.Value = True Then
Call tt
ElseIf CheckBox1.Value = False Then
Range("K27").Delete
End If
End Sub