update Master_M1_Kukan

This commit is contained in:
updsv7
2026-04-15 18:19:13 +09:00
parent d32e339d52
commit 60c55a40c1
8 changed files with 86 additions and 61 deletions

View File

@@ -6,10 +6,6 @@ Const END_COL As Long = 7
Const ERROR_COL As Long = 2
' ====== Function ======
Sub Z2_ClearRowData(ByVal ws As Worksheet, ByVal rowNum As Long)
Call Generic_Master_ClearRowData(ws, rowNum)
End Sub
Sub Z2_Import()
Call Generic_Master_Import(Me, 5)
End Sub