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

The funktion "GoExcel" does not work

Anonymous

The funktion "GoExcel" does not work

Anonymous
Not applicable

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

0 Likes
Reply
273 Views
1 Reply
Reply (1)

VdVeek
Advocate
Advocate

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.
0 Likes