How can I write to an Excel Sheet using the column name instead of the letter.
The image below illustrates my current method (Range= “B” + rowNumber.ToString()) .
Instead of "B + rownumber.ToString(), I need to use a column name (e.g. “ESS”). This is needed because the “ESS” may move as new columns are added to the excel worksheet.
A sample workflow or alternatively, a statement to put in the Range property would be appreciated. An image of the ExcelWriteCell activity would be helpful too.