I want to attach already opened excel file.
PFB the task performed :
Window title : demo.xlsx
process name of target application : EXCEL.EXE*32
------------------------------
Clicking the attach button :
Error - Failed to launch application - Target application could not be identified
-----------------------------------
Kindly suggest the steps If I am doing anything wrong
Hi Bastiaan,
We have external plugin that is installed , which will generate a new tab alongside Team
We have to work on that tab.
Note : I have done this via Macro but that's the last resort
Is there any shortcoming of blue prism that it won't be able to attach excel file?
Amit-
Is there any shortcoming of blue prism that it won't be able to attach excel file?
The answer is: No ☺
See attached file ""BPA Object - Attach Excel.xml"".
If you wrote a macro to the needed actions: even more useful (in my opinion) is to extend the existing MS Excel VBO to suit your needs:
The code in this business object is very much VBA like
Hi All,
Just had a small suggestion. try using wildcards for Window Title as there will be a unique number generated when you launch en excel with an instance:
Window title : *demo.xlsx*
process name of target application : EXCEL