Hello, what's up?

Thank you very much in advance.

I'm working on a macro and I need that the "set current cell" to be variable and not 5 as shown in the code.
What I want is that the user can put for example 4 in a cell of the Excel spreadsheet and that the double click on sap is done in row 4 of the column "Balance"
If the user puts 2 the double click is done in row 2 of the balance column and so on. "BALANCE" can be fixed but what I would like to be variable is the row.


session.findById("").setCurrentCell 5, "BALANCE"
session.findById("").doubleClickCurrentCell



Thank you!!