Open Excel file

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-06-16 01:44 PM
Hi,
My business process consisted of the following steps:
- Launching the program,
- Logging into the program
- Launching a report,
- Export data to the Excel file,
As next step I would like to open Excel file. How should I open the Excel file? Should be in the same business process, but in another tab?
Hope that you can help.
P.K.
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-06-16 06:24 PM
Hi,
Use the action stage and in the properties use MS Excel VBOs and call Open Work Book give the path of the workbook.
Hope this helps.

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-06-16 04:06 PM
Hi,
I added the action stage and in the properties I used MS Excel WBOs as the Business Object and called Open Workbook as the Action.
I set the initial value in filename (data item) as the path of my file: C:\Data Export.XLS.
Unfortunatelly I've got the following error: 'File Not Found : File: does not exist or is not a file'
What can be wrong?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-16 11:24 AM
Hi,
The issue I see is with the extension of the Excel file. It should be .xls not .XLS. This should work if you can see the file through Windows explorer.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-16 04:06 PM
Try to place file inside a folder. You may have read-write issue if having file directly in C: root. You may also try to remove space from the file name and check the extension is indeed .xls and not .xlsx.

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-06-16 06:15 PM
The name of the file is correct. Every step from MS Excel VBOs has been accomplished correctly, but unfortunately the Excel file hasn't been launched. What can be the reason?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-06-16 02:00 PM
Have you used the exact file name and extension in your Blue Prism action for Getting file into a collection?
If yes, then I don't see any reason why it should not work.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-06-16 04:28 PM
If you mean you have got no error, but you cannot see the file, the problem is that it opens in the background. It is not a problem actually, it is the intended behaviour. To make the file visible, use the Show action in the MS Excel VBO.

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-06-16 01:43 PM
It works! Thank you very much for your help.
