Hello! If I have the following situation:
File1.xls :
Sheets("1"
has "Array1"
Sheets("2"
has "Array2"
File2.xls :
Sheet("1"
has "Array1"
Sheet("2"
has "Array2"
All the Arrays have the same size (5x5).
I want to calculate the average array for the above four (4) arrays, and put it in to fileNew.xls. I want to make a loop in my VBA codes. But, I just don't know how to start. THANK YOU VERY MUCH FOR YOU HELP!!!
File1.xls :
Sheets("1"
Sheets("2"
File2.xls :
Sheet("1"
Sheet("2"
All the Arrays have the same size (5x5).
I want to calculate the average array for the above four (4) arrays, and put it in to fileNew.xls. I want to make a loop in my VBA codes. But, I just don't know how to start. THANK YOU VERY MUCH FOR YOU HELP!!!