diff --git a/UID/usrctlProcedures.vb b/UID/usrctlProcedures.vb index f770df9..0a4ee50 100644 --- a/UID/usrctlProcedures.vb +++ b/UID/usrctlProcedures.vb @@ -3662,7 +3662,7 @@ Public Class usrctlProcedures If DYIMPORT.SAVE() Then TextBox10.Text &= DYIMPORT.Id & vbNewLine Else - MsgBox("FEHLER: " & currentRow(2).Trim()) + MsgBox("FEHLER: " & currentRow(2).Trim() & " - " & currentRow(3).Trim()) End If End If