Link to home
Start Free TrialLog in
Avatar of pillmill
pillmill

asked on

Named argument expected ?

I am getting a compiler error of "Named argument expected" for:

Set(ByVal Value As V.Settings)
           Main.set(co:=(Co), Value)
           RaiseEvent Change()
End Set

The second argument of Main.set is a ByVal pVal.
What is my error ?
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial