Unable to Open Excel Workbook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-18 05:13 PM
Hi All,
In Excel VBO, "Open Workbook" code stage suddenly stopped to work. Handle is created but while trying open workbook, excel file is not opened and does not throw any exception. When I check processes on task manager, EXCEL.exe seems working. By the way, I can open the file from desktop.
Is there anyone who face this kind of problem?
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-08-18 11:21 PM
See if you maybe get some popup from excel, preventing opening the file, waiting for user input...
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-09-18 08:37 PM
First create the Instance before Open Workbook, Create instance will ready your excel file to use in the background post that use Open workbook.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-09-18 06:42 PM
I've already created an instance and taken a handle. It was about file management authorization. Thank you all.
