M2 update
This commit is contained in:
@@ -285,7 +285,7 @@ Private Sub RefreshT3Cache()
|
||||
Set t3Cache = Nothing
|
||||
|
||||
On Error GoTo RefreshError
|
||||
Set t3Cache = LoadLookup("T3", keyCol:=3, valueCols:=Array(4), startRow:=7)
|
||||
Set t3Cache = LoadLookup("T3", keyCol:=3, valueCols:=Array(4, 8, 9), startRow:=7)
|
||||
On Error GoTo 0
|
||||
|
||||
If t3Cache Is Nothing Or t3Cache.Count = 0 Then
|
||||
|
||||
Reference in New Issue
Block a user