If
cbEdit
Then
lRow = Val(cbEdit.Caption)
Else
lRow = ActiveSheet.Cells(Rows.Count, 4).
End
(xlUp).Row
End
If
ActiveSheet.Range(
"A"
& lRow + 1).Formula = anlass
ActiveSheet.Range(
"B"
& lRow + 1).Formula = snummer
ActiveSheet.Range(
"C"
& lRow + 1).Formula = jnummer
ActiveSheet.Range(
"D"
& lRow + 1).Formula = name1
ActiveSheet.Range(
"E"
& lRow + 1).Formula = vorname
ActiveSheet.Range(
"F"
& lRow + 1).Formula = bday
ActiveSheet.Range(
"G"
& lRow + 1).Formula = email
ActiveSheet.Range(
"H"
& lRow + 1).Formula =
"'"
& mobile
ActiveSheet.Range(
"I"
& lRow + 1).Formula = strassen
ActiveSheet.Range(
"J"
& lRow + 1).Formula = plz
ActiveSheet.Range(
"K"
& lRow + 1).Formula = ort
ActiveSheet.Range(
"L"
& lRow + 1).Formula = eintritt
ActiveSheet.Range(
"N"
& lRow + 1).Formula = Austritt
ActiveSheet.Range(
"O"
& lRow + 1).Formula = vorstand
Unload
Me
End
Sub