Anonymous
272 Views, 1 Reply
05-22-2015
12:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-22-2015
12:59 AM
The funktion "GoExcel" does not work
I have use the ruel:
GoExcel.Open("C:\Users\Aleksandar.Jovicic\Desktop\FGL\Tabelle von Glashalter mittig.xls", "AAA")
for opening a linked excel file.
But it doesent work
noting is happening
05-22-2015
02:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-22-2015
02:15 AM
What do you expect when you use the GoExcel open command? It's not that excel starts and opens that sheet. iLogic is creating a link to the excel document and it's posible to read/write information to the excel document.
You can test this with this messagebox.
MessageBox.Show("Value of Cell B2 " & GoExcel.CellValue("B1"), "Title")
Rob.
Autodesk Inventor 2015 Certified Professional & Autodesk Inventor 2012 Certified Professional.