cancel
Showing results for 
Search instead for 
Did you mean: 

Excel with addin

JonasKarlsson2
Level 2
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

AndreyKudinov
Level 10
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"")