Iterating Columns
I’m working on a script to iterate through a list of columns and I’ve hit a snag. I need to be able to output the column reference in the form ":Technology Default” but every method I’ve looked at outputs "Column("Technology Default")" . I looked this up online and it appears that the reference I need is a "column reference" when what I get is a "column object reference". Is there a straightfor...