Imagine an Excel sheet with some rows and some content in each row (i.e. different column-length for each row).
In Excel-VBA: How can I create a range-X within column-X that goes from row-cell-2 to the end of the content of this X-column ??
i.e. I would like to create a named range per column and each range shall start from row-2 until the end of each column-length!
Thanks for any help on this !