See bellow VBE tells it expects an "=" on line 3 inspite of the fact that .Add
is a Sub, I don't understant why?
1 Sub Set_Params(key As String, value As Variant)
2 Dim Tranasitions as Collection
3 Transitions.Add (value, key)
4 End Sub