add global cache

This commit is contained in:
updsv7
2026-04-16 16:01:47 +09:00
parent c39b8da85e
commit b0c6ec6baa
5 changed files with 111 additions and 74 deletions

View File

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