edit T1 T2 T3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user