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
- 2505 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