Hello !
I want to pass parameters to a function which is called directly from that button (no code in vba, just the function name entered in the event line).
This works fine if I only pass ONE parameter and it looks like this:
=fct_navigation("next"
But how can I pass more parameters ?
Trying different things with commas always result in errors.
(this won't work: =fct_Navigation("next", "test"
btw. the functions are properly coded, they work absolutely fine when I use the code in a sub for the OnClick-event.
Thanks in advance,
Jens
I want to pass parameters to a function which is called directly from that button (no code in vba, just the function name entered in the event line).
This works fine if I only pass ONE parameter and it looks like this:
=fct_navigation("next"
But how can I pass more parameters ?
Trying different things with commas always result in errors.
(this won't work: =fct_Navigation("next", "test"
btw. the functions are properly coded, they work absolutely fine when I use the code in a sub for the OnClick-event.
Thanks in advance,
Jens