How to pass several variables to a macro using OnAction

Z

Ziado

Can you please point me to the right syntax when passing More than One
variable using OnAction to a macro?
Note that it works fine when passing one variable, but with more than
one it never works!...
Your help is greatly appreciated. I spent so much time on the web
looking for an answer but to no avail, and tried so many different
things and nothing seems to work!
Thanks
Ziado
 
B

Barb Reinhardt

I've passed variables to a macro by using named ranges. Have you looked at
that? Unfortunately, I don't have any examples here to look at to give you
more info.
 
B

Bryan Hessey

Works for me as:

Rollit (bit), swcell, wscell, wslimit, col1, col2, dura

Put the second and subsequent parameters outside of the brackets.

--
 
Top