Update macro calls to Z1_

This commit is contained in:
updsv7
2026-04-13 17:51:57 +09:00
parent bd045a58ae
commit b5a8734c80

View File

@@ -250,7 +250,7 @@ Sub Z1_validateDetailDataButton()
errorCount = 0 errorCount = 0
For r = 7 To lastRow For r = 7 To lastRow
Call validateDetailData(ws, r) Call Z1_validateDetailData(ws, r)
If Trim(ws.Cells(r, 2).Value) <> "" Then If Trim(ws.Cells(r, 2).Value) <> "" Then
errorCount = errorCount + 1 errorCount = errorCount + 1
End If End If