I am doing the following on a Virtual Machine
- Open an excel on VM
- Scrolling up the page on excel (using hotkeys – ctrl + up …but it doesnt take the full page up …so i have
to scroll up page manually ) - RUN a macro by clicking on the excel …This macro button is located at the top of the 1st sheet
- A lot of records are generated on the same sheet after running macro
- I need to select and copy the 3rd column (File Name) and the names of files undr this column. But
unable to set Focus on the File Name column - used hot keys ctrl + shift + down for copying the file names…dut doesnt work as I am unable to set
focus on the column Fie Name
I tried using Find Element, Find Relative Element, Set Focus but doesnt work.
Can somebody please assist me in rectifying step 2, 5, thanks I advance.
I am new to UiPath …