Visual Basic and Excel export issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm developing an inventor addin to improve our workflow, using vb.NET. Currently my goal is to export all the Excel tables of a drawing to the same file, however, my addin does works when I debug but not when I release and install, and I cannot debug any error in the console. I am importing the following:
Imports System.Runtime.InteropServices
Import Inventor
Imports Microsoft.Win32
Imports Excel = Microsoft.Office.Interop.Excel
Imports System.Collections.Generic
Is there anything else I need to do to work the Excel export from Inventor?
I'll be grateful for any help,
SV