cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Application Modular To Interact With Excel File

ShashiK_R
Level 4
I need to send the key strokes to excel file for the data manipulations. Currently, I'm able to send the desired keystrokes to one excel file successfully. However, when I try to work with multiple excels, I'm unable to attach the proper excel file to Blueprism. Could anyone pls help me with this? Thanks, Shashi
2 REPLIES 2

Denis__Dennehy
Level 15
By default recent versions of Excel share processing threads accross multiple Excel workbooks. That will mean that when Blue Prism attaches it is attaching to multiple document sharing a single process. I recommend you google search how to open excel documents in seperate window threads as a starting point for your investigating a solution to your issue.

KarthickSivabal
Level 3
try to use handle. one handle for every excel instance. Open each excel file in one handle.  Let me know if that works