If
Not
raTreffer
Is
Nothing
Then
If
.Cells(raTreffer.Row + 66, 5) =
""
Then
loLetzte = .Cells(raTreffer.Row + 67, 5).
End
(xlUp).Offset(1).Row
If
TextBox1.Value =
True
Then
.Cells(loLetzte, 1) =
CDate
(
Me
.TextBox1)
End
If
.Cells(loLetzte, 17) =
Me
.TextBox2
.Cells(loLetzte, 20) =
Me
.TextBox3
.Cells(loLetzte, 39) =
Me
.TextBox4
.Cells(loLetzte, 32) =
Me
.TextBox6
.Cells(loLetzte, 24) =
Me
.TextBox7
.Cells(loLetzte, 21) =
Me
.TextBox8
.Cells(loLetzte, 5) =
Me
.ComboBox1
.Cells(loLetzte, 36) =
Me
.ComboBox2
Else
MsgBox
"Eintrag unter der Liste "
&
Me
.ListBox1.List(loIndex) &
" nicht möglich,"
_
& vbLf &
"diese Liste ist voll."
End
If
End
If
Set
raTreffer =
Nothing
End
With
End
If
Next
loIndex
Set
raTreffer =
Nothing