Thread: VBA Function
View Single Post
  #1   Report Post  
Jeff
 
Posts: n/a
Default 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