Skip to content

Commit 449da8d

Browse files
committed
Improvement: ability to compare literal strings given in expressions.
1 parent 1b48a8f commit 449da8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VBAexpressions.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ End Property
357357
''' <summary>
358358
''' Returns the type of the last error message generated.
359359
''' </summary>
360-
Public Property Get ErrorType() As String
360+
Public Property Get ErrorType() As ExpressionErrors
361361
ErrorType = P_ERRTYPE
362362
End Property
363363

0 commit comments

Comments
 (0)