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