November 24, 2017
Referencing ListObjects (tables) with VBA

This is about how to the reference a table and its columns in VBA (where it is known as a ListObject) in a multitude of scenarios. The aim is to make your VBA code robust for the situations where a table name, column name or column position is liable to change.