Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Anonymous

I asked a colleague who's still using Excel 2010 to run following code:

 

 

		Dim RefRow = GoExcel.FindRow("3rd Party:ConfiguratorParameters", "FileReferences", "Description", "=", "MyComponent")
		Dim ComponentPath = GoExcel.CellValue("3rd Party:ConfiguratorParameters", "FileReferences", "D" & RefRow)

 

 

It works fine for him, but I get the error message.

 

So it seems to be an issue with the Excel 2016 installation/integration. Does anyone have any idea what to do?

 

Edit:

Apparently, even following code throws the same error. It seems impossible.

GoExcel.Close
GoExcel.Open("3rd Party:ConfiguratorParameters", "FileReferences")
Dim g = GoExcel.CellValue("D1")
GoExcel.Close