Creating Application Modular To Interact With Excel File
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-12-17 11:24 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-12-17 04:52 PM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-12-17 10:03 AM
try to use handle. one handle for every excel instance. Open each excel file in one handle.
Let me know if that works
