I have a UiPath function that writes the current dates into excel when I run the function.
I have a write cell function with a variable. If for example I am writing at Cell BO2, for the next writing of the value how I can Increment in excel to BP2, then BQ2, then BR2 etc…
Previously I would use BO+“:”(variable+1) to go to the next increment/empty row then increase the variable value by one in order to keep writing into an incrementing row- is there an equivalent for columns? (e.g. is there a function that does BO +1 and then this becomes BP?