Modify

#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 by Melba23, on Dec 12, 2018 at 4:15:34 PM

Resolution: No Bug
Status: newclosed

Please use the forum for queries.

M23

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.