Question: Is there any easy way to introduce all paramaters to the  proc instead of mentioning them in parentheses one by one proc(x,y,z,...)?

MY worksheet have more than 100 parameters, now I want to use all of the parameters within a procedure, is there any easy way to introduce all these paramaters to proc without mentioning them in parentheses one by one proc(x,y,z,...)?

Please Wait...