edit T1 T2 T3

This commit is contained in:
updsv7
2026-04-21 21:05:37 +09:00
parent 167aa48929
commit 5bb92f89c4
3 changed files with 95 additions and 1 deletions

View File

@@ -265,7 +265,7 @@ Private Sub RefreshT2Cache()
Set t2Cache = Nothing
On Error GoTo RefreshError
Set t2Cache = LoadLookup("T2", keyCol:=3, valueCols:=Array(4), startRow:=7)
Set t2Cache = LoadLookup("T2", keyCol:=3, valueCols:=Array(4, 6, 8, 9, 10, 11, 12, 13), startRow:=7)
On Error GoTo 0
If t2Cache Is Nothing Or t2Cache.Count = 0 Then