XLA add-in Abort load on Auto_Open

G

Guest

Is there a way to Abort load of an XLA add-in in its Auto_Open or similar
subroutine.

XLA will contain version information. If user is not using the latest
version determined by a function, I want the load/AddinInstall Aborted.
Currently, I use Auto_Open subroutine to call my version check function, but
do not see a way to Abort the Auto_Open or load of the add-in.
 
J

Jim Rech

I think you can abort the load simply by having the workbook/add-in close
itself:

ThisWorkbook.Close False

--
Jim
| Is there a way to Abort load of an XLA add-in in its Auto_Open or similar
| subroutine.
|
| XLA will contain version information. If user is not using the latest
| version determined by a function, I want the load/AddinInstall Aborted.
| Currently, I use Auto_Open subroutine to call my version check function,
but
| do not see a way to Abort the Auto_Open or load of the add-in.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top