John_Fatte
(John Fatte)
1
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?
“RyRef” isn’t a thing though.
1 Like
ByRef nNew As Integer, ByRef nChanged As Integer works
ByRef nNew As Integer, RyRef nChanged As Integer No Works
John_Fatte
(John Fatte)
4
Didn’t see my typo… oh duh.
1 Like
Aaron_Hunt
(Aaron Hunt)
5
It is if you’re Scooby-Doo!
8 Likes