XLA routines: EE_GetCellCount
EE_GetCellCount returns the cell count from a range
Private Function EE_GetCellCount(rng As range) As Double Dim dblRowCount As Double Dim dblColCount As Double 'http://excelexperts.com/xla-routines-eeGetCellCount for updates on this function dblRowCount = rng.Rows.Count dblColCount = rng.Columns.Count EE_GetCellCount = dblRowCount * dblColCount dblRowCount = Empty dblColCount = Empty End Function
»
- Nick's blog
- Login or register to post comments
- 2723 reads
Recent comments
5 years 34 weeks ago
6 years 20 weeks ago
6 years 32 weeks ago
6 years 35 weeks ago
6 years 36 weeks ago
6 years 42 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago