Anonymous
in reply to:
Anonymous
11-10-2020
02:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-10-2020
02:35 AM
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