Array +fonction+vba

hoareau

Board Regular
Joined
Apr 11, 2007
Messages
51
Hello

Array +fonction+vba

That is to say 2 arrays Tab1(4) and Tab2(10)

I would like Tab1+Tab2 = tab3(14) and knowledge if it is posible
to apply a function to an array

Ex: Aplication.Worshetfunction.Average(Tab3)
Average is just an example not theright function


Different need to know the number of element in Tab3 without loops


Thank you
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
ex:

Array1 (1,2,3,4)

Array2 (1,2,5,6,7,8,9,10,11,12)

Array1+Array2=Array3


Array3(1,2,1,2,3,4,5,6,7,8,9,10,11,12)

12 different number
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,613
Members
449,090
Latest member
vivek chauhan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top