Here is what I type if the parameters input area for a method:
ByRef nNew As Integer, RyRef nChanged As Integer
and when I leave the parameters field, here is what it keeps changing it to:
ByRef nNew As Integer, RyRefnChanged As Integer
With one ByRef parameter, no problem, with two, bug?