This commit is contained in:
2023-03-28 21:31:15 +02:00
parent 2ced9a1f68
commit 000dabbb72
3 changed files with 18 additions and 18 deletions

View File

@@ -842,7 +842,6 @@ Public Class frmStartOptions
End If
End If
End Select
End Select
End If
End If
@@ -1296,7 +1295,7 @@ Public Class frmStartOptions
Catch ex As Exception
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodBase.GetCurrentMethod.Name, VERAG_PROG_ALLGEMEIN.ERROR_OP.MAIL)
MsgBox(ex.Message & ex.StackTrace)
' MsgBox(ex.Message & ex.StackTrace)
End Try
Blatt = Datei.Worksheets(1) 'Anpassen
@@ -1358,6 +1357,7 @@ Public Class frmStartOptions
Catch ex As Exception
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodBase.GetCurrentMethod.Name, VERAG_PROG_ALLGEMEIN.ERROR_OP.MAIL)
Try