#3112 closed Bug (Fixed)
Function _Excel_RangeFind not working
| Reported by: | Oleg | Owned by: | BrewManNH |
|---|---|---|---|
| Milestone: | 3.3.15.1 | Component: | AutoIt |
| Version: | 3.3.14.0 | Severity: | None |
| Keywords: | Excel | Cc: |
Description
OS - Windows 7 (x64)
MS Office 2013 (x32)
The script in the Help an error:
"C:\Program Files (x86)\AutoIt3\Include\Excel.au3" (656) : ==> The requested action with this object has failed.: $aResult[$iIndex][1] = $oMatch.Name.Name $aResult[$iIndex][1] = $oMatch^ ERROR ->13:58:38 AutoIt3.exe ended.rc:1 +>13:58:38 AutoIt3Wrapper Finished. >Exit code: 1 Time: 1.772
Attachments (0)
Change History (8)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Running a script that uses this function it is interrupted with an error. In version 3.3.12, this script works.
comment:3 by , 11 years ago
| Milestone: | → 3.3.15.1 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [11497] in version: 3.3.15.1
comment:4 by , 10 years ago
Hello, I want to ask when u finish 3.3.15.1 version ?
function _Excel_RangeFind is error, so... I cant do anything :((
follow-up: 6 comment:5 by , 9 years ago
14 months for now, and still version v3.3.14.2, and I have this error.
comment:6 by , 9 years ago
Replying to anonymous:
14 months for now, and still version v3.3.14.2, and I have this error.
Same here, this error is still present
comment:8 by , 7 years ago
Replying to anonymous:
what is the solution to solve this error
We have the forum for questions.
Jos

The error isn't in the example script, the error is in the function _Excel_RangeFind. There's no COM error handler in that function so it causes this error message to appear.