﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3683	Variable must be of type object	anonymous		"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)
}}}
"	Bug	closed		AutoIt	3.3.14.5	None	No Bug		
