I have a Form which calls to an Excel document. This is the output to a try...catch that spans the Excel App which feeds a SQL Statement. Error code:
"Overload resolution failed because no Public '<>' can be called with these arguments:
'Public Shared Operator <>(a As String, b As String) As Boolean':
Argument matching parameter 'a' cannot convert from '__ComObject' to 'String'."
Could someone help with the meaning of this Error Code.
"Overload resolution failed because no Public '<>' can be called with these arguments:
'Public Shared Operator <>(a As String, b As String) As Boolean':
Argument matching parameter 'a' cannot convert from '__ComObject' to 'String'."
Could someone help with the meaning of this Error Code.