XLA routines: EE_TableFirstRowRange

EE_TableFirstRowRange is a simple function to return the first row of a table of data (the Headings)
Function EE_TableFirstRowRange(rngTable As range) As range '- Takes an EE_Table Range '- returns a range around the 1st Row in the table 'http://excelexperts.com/xla-routines-eeTableFirstRowRange for updates on this function Set EE_TableFirstRowRange = rngTable.Rows(1) End Function
»
- Nick's blog
- Login or register to post comments
- 2665 reads
Recent comments
6 years 6 weeks ago
6 years 44 weeks ago
7 years 3 weeks ago
7 years 6 weeks ago
7 years 7 weeks ago
7 years 13 weeks ago
7 years 21 weeks ago
7 years 21 weeks ago
7 years 21 weeks ago
7 years 22 weeks ago