jerexwat
New Member
So I'm doing a portfolio analysis with 12 stocks
I have to write a VBA function to multiply each elements in the two columns 'BETA' and 'WEIGHT' to count the portfolio beta
Then, after multiplying, I have to SUM all the 12 output into one figure
How do I do this, without using Application.WorksheetFunction?
**basically how to do SUMPRODUCT without using worksheetfunction.sum
Please Help! )
Best Regards, jerexwat
I have to write a VBA function to multiply each elements in the two columns 'BETA' and 'WEIGHT' to count the portfolio beta
Then, after multiplying, I have to SUM all the 12 output into one figure
How do I do this, without using Application.WorksheetFunction?
**basically how to do SUMPRODUCT without using worksheetfunction.sum
Please Help! )
Best Regards, jerexwat
Last edited: