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
- 2624 reads
Recent comments
5 years 51 weeks ago
6 years 37 weeks ago
6 years 49 weeks ago
7 years 1 day ago
7 years 1 week ago
7 years 6 weeks ago
7 years 15 weeks ago
7 years 15 weeks ago
7 years 15 weeks ago
7 years 15 weeks ago