From 2461379836915f9e7783d62a8aad3c43ce3bc3e0 Mon Sep 17 00:00:00 2001 From: updsv7 Date: Mon, 13 Apr 2026 17:42:11 +0900 Subject: [PATCH] Fix compilation errors --- vba_code_kotsu_master.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/vba_code_kotsu_master.txt b/vba_code_kotsu_master.txt index b36d12f..4926a2f 100644 --- a/vba_code_kotsu_master.txt +++ b/vba_code_kotsu_master.txt @@ -1,10 +1,8 @@ -' CSV Header Constants Sub ClearRowData(ByVal ws As Worksheet, ByVal rowNum As Long) ' Clear from D column onwards ws.Range(ws.Cells(rowNum, 4), ws.Cells(rowNum, 15)).ClearContents - ws.Cells(rowNum, 6).Validation.Delete ws.Cells(rowNum, 19).ClearContents ' Q column error info End Sub