Modify ↓
Opened 6 years ago
Closed 6 years ago
#3683 closed Bug (No Bug)
Variable must be of type object
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.14.5 | Severity: | None |
Keywords: | Cc: |
Description
I use ObjEvent("AutoIt.Error", "function") to handle COM errors so they won't causes to close the script. But I still get standard message when I type:
excel.cells(1, 1).value = 1
when excel is not an object.
But what's interesting I don't get message when I type the same code in MsgBox function.
MsgBox(0,"",excel.cells(1, 1).value = 1)
Attachments (0)
Change History (1)
comment:1 Changed 6 years ago by Melba23
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Please use the forum for queries.
M23