I am working on an excel file where i am looping through each column i want to find the cell name by giving the column name as input like A,B,C…
Hi,
You might need to create query in excel VBA, to get the active cell position number. Using that vba, you can use invoke vba activity in UiPath and get arguments from it.
Take a look at this post - Convert Column index to column letter
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.