L
Lars Brownies
When I make a function (public or private) that belongs to a form, I can't
execute it in the immediate window like:
?fMyFunction("Testvalue"), or
Call fMyFunction("Testvalue)
With a sub the ?sMySub does work and in a module the above function calls
both work.
Is this expected behavior? What am I missing?
Thanks,
Lars
execute it in the immediate window like:
?fMyFunction("Testvalue"), or
Call fMyFunction("Testvalue)
With a sub the ?sMySub does work and in a module the above function calls
both work.
Is this expected behavior? What am I missing?
Thanks,
Lars