Hi everybody!
I’m working on a robot on RPA Express. During its execution, this must open an Excel workbook, then it must insert a new column on the left of column A. The procedure I traced is like this:
Ctrl + Space - for select the whole column
Ctrl + + - to inser a new column, but this does nothing
I reviewed Excel documentation and my keys combinatation are right, but it seems in RPA Express just ignore them.
What can I do?
Greetings.