Can someone please explain why this is fast:
Dim DIC As Object
Set DIC = CreateObject("Scripting.Dictionary")
Dim MyArray() As Variant
MyArray() = wksOutputForecast.Cells(2, 1).CurrentRegion.Resize(, 1).Value
Dim n As Long
For n = 1 To UBound(MyArray...