AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,108
- Office Version
- 2019
- 2010
- Platform
- Windows
Hi,
Trying to code the sum of all numbers in column "F" by
Dim x as Long
x = worksheetsFunction.Sum(Worksheets("Reports").Range("F:F"))
It doesn't work ! Would someone correct it please ?
Thanks, ABB
Trying to code the sum of all numbers in column "F" by
Dim x as Long
x = worksheetsFunction.Sum(Worksheets("Reports").Range("F:F"))
It doesn't work ! Would someone correct it please ?
Thanks, ABB