Excel_export

This commit is contained in:
2025-04-25 14:05:48 +02:00
parent 1a6782c00d
commit 07633f1986

View File

@@ -2478,7 +2478,7 @@ Public Class frmMDM_USTVAntrag
For Each dgvRow As DataGridViewRow In dgvUSTVPositionen.SelectedRows
posId &= "'" & dgvRow.Cells("UStVPo_ID").Value & "'"
counter = counter + 1
If (dgvUSTVPositionen.Rows.Count <> 0 And counter <> dgvUSTVPositionen.Rows.Count) And counter <> 1 Then posId &= ","
If (dgvUSTVPositionen.SelectedRows.Count <> 1 And counter <> dgvUSTVPositionen.SelectedRows.Count) Then posId &= ","
Next