VBA Function
I have a main program in VBA and it calls another program=Blend several times.
"Blend" depends on two array inputs that change in the Main program.
Is there anyway to specify the inputs when I "Call Blend"
like "Call Blend(x,y)" where I set x=Array1 and y=Array2 ?
Thanks
|