Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to read the value of cell A1 on an embedded spreadsheet. My code is:
Dim x As String = GoExcel.CellValue("3rd Party:Embedding 1", "Sheet1", "A1") msgbox(x)
It is listed as "Embedding 1" under the 3rd Party section. The sheet contains text "hello world" on cell A1. I get this error:
Where have I gone wrong? I've also attached the file.
Thanks,
Harvey
Solved! Go to Solution.