Hello all, I was wondering if there is a way in ui path studio x to select a range of cells? I am aware of the click activity which lets you select one cell and the copy/paste range function which lets you copy and then paste the range but I simply need to select a range of cells (i.e A3:B8) so they are highlighted
You can try this:
Select Range is a Classic Activity that doesn’t appear by default, you need to active Developer Activities from Activities Panel
Provide SheetName and Range as Text
“Test”, “A1:C3” for example
Can you tell what you want to do with select range? Any specific requirement?
Classic select range would work…but want to understand to check if there might bw any better way
Cheers
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.