Gesamtsicherheiten_CSVExport

This commit is contained in:
2022-10-28 14:18:26 +02:00
parent 0fdf25d07e
commit 6340c9d055
4 changed files with 17 additions and 11 deletions

View File

@@ -254,6 +254,7 @@ Public Class frmGesamtsicherheitenMenuNEU
'in2 = """" & firstin & """" & ";"
in2 = firstin & ";"
out &= Replace(in2, vbCrLf, "##vbCrLf##")
out = Replace(out, "", "")
Catch ex As Exception
out &= ""
End Try
@@ -429,4 +430,7 @@ Public Class frmGesamtsicherheitenMenuNEU
End Function
Private Sub ExportCSVToolStripMenuItem_Click_1(sender As Object, e As EventArgs) Handles ExportCSVToolStripMenuItem.Click
csvexport(dgvListe)
End Sub
End Class