Message 1 of 3
Using GoExcel to read a embedded spreadsheet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can't get GoExcel to read a cell in an embedded spreadsheet.
The spreadsheet has one cell:
I've embedded it using the UI:
This is my local rule:
MsgBox(GoExcel.CellValue("3rd Party:Embedding 1", "Sheet1", "A1"))
And this is my error:
I have tried both these options in the options:
Both get the same object reference error.
I have also attached the drawing.
Why doesn't this work?
Thanks,
Harvey