Fix row count message

This commit is contained in:
updsv7
2026-04-13 15:23:31 +09:00
parent d89c921d23
commit fa7e2949ac

View File

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