Hello,
When iterating through an Excel spreadsheet, I am required the fill in the first row of a column if I wish to select the cells of that column. For example in the image below, I need to type 'B' in the first row of column 2 to be able to select its cells using CurrentItem['B']. I import this Excel spreadsheet so it is impractical for me to populate the first row for every column. How can I select the cells of that column without having to populate the first row?
