jamescooper
Well-known Member
- Joined
- Sep 8, 2014
- Messages
- 840
Hello,
How would I alter the following code so that I could get the sum of F12:H12, rather than just the exact cell H12?
Many thanks.
How would I alter the following code so that I could get the sum of F12:H12, rather than just the exact cell H12?
Code:
destcell1.Offset(r, 0).Value = GetCellValue(folderPath & fileName, "Forecast", "H12")
Many thanks.