I'm using the following form/syntax to refer to an specific cell on my "TPC" - Table Column:

[TPC[[#This Row],[DC]]].SELECT
and it works perfect for me.

However, when I use the same form/syntax on a TABLE COLUMN with a MULTILANE HEADER like:

[TPC[[#This Row],[DC" & Chr(10) & "Length" & Chr(10) & "Spacing]]].SELECT
I can't make it work.

Can someone give me a hint?