How to wait for addon to load
In the ThisWorkbook module of a spreadsheet I have the statement:
AddIns("RollForm").Installed = True
The next line calls a sub in RollForm.xla.
The call fails because RollForm.xla is not yet loaded. If I step through
the code, it works fine.
How can I program a wait for RollForm.xla to be loaded?
Thanks!
|