Update macro calls to Z1_
This commit is contained in:
@@ -250,7 +250,7 @@ Sub Z1_validateDetailDataButton()
|
||||
|
||||
errorCount = 0
|
||||
For r = 7 To lastRow
|
||||
Call validateDetailData(ws, r)
|
||||
Call Z1_validateDetailData(ws, r)
|
||||
If Trim(ws.Cells(r, 2).Value) <> "" Then
|
||||
errorCount = errorCount + 1
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user