I was wondering if there is any way to catch the title of the column? For example, i have a table with 1 column named "number", and i need to get the word "number".
In fact, i am trying to realize a tiny project in which i have only 1 input but 2 types of file(A and
. One of columns in file A named "A", and the same one in file B named "B". My objective is to have a solution, which will firstly check the input file A or B, run the file with "macro A" if file A found, and run the file with "macro B" if file B found. That's why i wanna catch the title of column to do the judgement by a "filter tool"
Thanks.