Fix row count message
This commit is contained in:
@@ -424,5 +424,5 @@ Sub ExportMasterDetailData()
|
|||||||
stream.SaveToFile savePath, 2
|
stream.SaveToFile savePath, 2
|
||||||
stream.Close
|
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
|
End Sub
|
||||||
Reference in New Issue
Block a user