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

I can suggest placing the file path in line 6 and, accordingly, the name of the sheet in line 7 of the direction. Also make sure the file type is .xlsx and not .xlsm.

Dim oWB As Excel.Workbook = oExcel.Workbooks.Open("C:\Users\OP\Desktop\ProjektListe.xlsx")
Dim oWS As Excel.Worksheet = oWB.Worksheets("Oversigt")

Andrii Humeniuk - CAD Coordinator, Autodesk Certified Instructor

LinkedIn | My free Inventor Addin | My Repositories

Did you find this reply helpful ? If so please use the Accept as Solution/Like.

EESignature