From b5a8734c80d4028034a378941cd9da2c919c2532 Mon Sep 17 00:00:00 2001 From: updsv7 Date: Mon, 13 Apr 2026 17:51:57 +0900 Subject: [PATCH] Update macro calls to Z1_ --- vba_code_kotsu_master.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vba_code_kotsu_master.txt b/vba_code_kotsu_master.txt index dc047f8..0f3d633 100644 --- a/vba_code_kotsu_master.txt +++ b/vba_code_kotsu_master.txt @@ -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