Fix row count message

This commit is contained in:
updsv7
2026-04-13 15:24:37 +09:00
parent fa7e2949ac
commit a67dbc66ae

View File

@@ -424,5 +424,5 @@ Sub ExportMasterDetailData()
stream.SaveToFile savePath, 2
stream.Close
MsgBox "CSV export completed. Total data rows: " Total rows: " & (rowCount + 1) rowCount, vbInformation
MsgBox "CSV export completed. Total data rows: " & rowCount, vbInformation
End Sub