This commit is contained in:
updsv7
2026-04-16 18:37:48 +09:00
parent b0c6ec6baa
commit c661373369
7 changed files with 1018 additions and 58 deletions

View File

@@ -135,6 +135,11 @@ Sub Z2_validateButton()
End If
Next r
' === Refresh Z2 cache after validation passes ===
If errorCount = 0 Then
Call RefreshZ2Cache
End If
MsgBox "Validation complete. Errors: " & errorCount, vbInformation
End Sub