I have several class member functions that look very similar:
Public Function ProcessSomething(ByVal X as Currency, ByVal Y as Long) As Boolean
Yet some of these function the IDE is forcing me to use the call statement on and other not.
Can someone give me some understanding here?