How to detect column name from current cell in an Excel table?
In an event triggered macro
Worksheet_SelectionChange(ByVal Target As Range)
I need to offer the user the possibility to insert a value generate by another macro. However this should only take place in one certain column of the table.