Range Multiplication VB.NET (What is wrong with this code?)
问题 (VB Express Level: Beginner) I want to do following, A column from Workbook 1 a b c d A column from Workbook2 e f g h Output to a single cell ae+bf+cg+dh (The output is a Sumproduct.) There are 44 rows in workbook 1 and 44 rows in workbook 2. But there are 3 columns in workbook 1 and 104 columns in workbook 2. Each column in workbook 3 must be multiplied with 104 columns from workbook 2. Following is my effort, which writes sames values in all the cells of a column. My understanding is my for