Excel file is blocked
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023
03:43 AM
08-02-2023
03:43 AM
Excel file is blocked
Hi Team,
I have accessing datas from excel but suddenly I am getting error as "excel internal error 'element nit round" And "access to the excel file is blocked, possible because it is open in excel" But excel is closed.
Previously it's executed fine only suddenly it happens for current script which I am working.
May I know the possibility for this error?
I have accessing datas from excel but suddenly I am getting error as "excel internal error 'element nit round" And "access to the excel file is blocked, possible because it is open in excel" But excel is closed.
Previously it's executed fine only suddenly it happens for current script which I am working.
May I know the possibility for this error?
Labels:
16 REPLIES 16
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023
04:02 AM
08-02-2023
04:02 AM
There's most likely an instance of Excel running which is not visible - use Task Manager and kill the application.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023
04:23 AM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023
04:38 AM
08-02-2023
04:38 AM
How are you opening and closing Excel?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023
04:56 AM
08-02-2023
04:56 AM
I didn't open or close excel through script I just fetching datas from excel
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023
05:02 AM
08-02-2023
05:02 AM
How are you fetching the data?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023
05:20 AM
08-02-2023
05:20 AM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023
06:07 AM
08-02-2023
06:07 AM
Try and be more specific please. Are you using Excel object, DDTDriver object ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023
06:38 AM
08-02-2023
06:38 AM
Excel objects only... It suddenly happened from yesterday onwards it's taking excel datas in between this error coming.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023
06:59 AM
08-02-2023
06:59 AM
You are better off using Excel.Application COM object, as this will use the current version of Excel - providing you have it installed.
If you can provide code, which the error always occurs. Then I can try and diagnose the issue for you.
