Excel with addin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-10-18 05:46 PM
When open an Excel containing a add in with the Excel VBO the add in disappear, if I open the same Excel manually it contains the add in. The addin contains code to be executed later on. Any ideas how to open the file without losing the add in?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-10-18 03:00 PM
Looks like two options:
1) Start excel outside of excel vbo, then attach to that instance.
2) Google says you can load addin. Something like this in VBO: xlApplication.Workbooks.Open(xlApplication.LibraryPath & ""\MSQUERY\XLQUERY.XLAM"")
