Hello,
I need to format a .xlsx file in UiPath Studio and I’d like to do it in the faster way possible, so I guess using HotKey like:
CTRL + A
ALT + H
Do you know how to do this?
Thanks,
Diego
Hello,
I need to format a .xlsx file in UiPath Studio and I’d like to do it in the faster way possible, so I guess using HotKey like:
CTRL + A
ALT + H
Do you know how to do this?
Thanks,
Diego
Use send hotkey activities but don’t forget to use it under Attach Window activity
Hi,
I actually tried in this way but it is not working.
This is my view:
I receive an error that it can’t find the attached window.
This is my Selector where the * it is because some random data:
<wnd app='excel.exe' cls='XLMAIN' title='InterPay GE Int - *.xlsx - Excel' />
Any idea?
Thanks,
Diego
Is the excel open ? If not, open it.
Hi,
Excel is open but still not working…
Actually I solved it creating a Macro and using an “Invoke VBA”.
Thanks,
Diego
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.