XLA routines: EE_TableRemoveHeadings
EE_TableRemoveHeadings is a function that takes a table of data + headings and returns only the data
Function EE_TableRemoveHeadings(rngTable As range) As range '- Takes an EE_table range '- removes the headings '- returns a range 'http://excelexperts.com/xla-routines-eeTableRemoveHeadings for updates on this function Set EE_TableRemoveHeadings = Intersect(rngTable, rngTable.Offset(1)) End Function
»
- Nick's blog
- Login or register to post comments
- 2698 reads
Recent comments
5 years 36 weeks ago
6 years 22 weeks ago
6 years 34 weeks ago
6 years 37 weeks ago
6 years 38 weeks ago
6 years 43 weeks ago
6 years 52 weeks ago
7 years 2 days ago
7 years 3 days ago
7 years 3 days ago