User FAQs

If you have a question, please send it to us.


1) Are there any user options that are specific to add-ins ?
(Advanced tab, At start-up, open all files in) - This can be used as an alternative folder to the xlstart folder.
(Advanced, General, Show add-in user interface errors) - Error messages will be displayed when Excel starts if there are any errors.


2) Can I hold down Shift when Excel opens to stop add-ins loading ?
When you open a workbook you have the option to hold down the Shift key to prevent any startup macros from running.
Holding down the Shift key will not prevent add-ins loading (and running) when Excel is opened.
Any event handling procedures cannot be bypassed by using the Shift key.
It is not possible to bypass the automatic Workbook_Open() event by holding down the Shift key.
You can however open your Excel is safe mode to prevent all add-ins from loading.


3) An add-in is loading but I cannot find it ?
When searching for installed add-ins also check the 2 XL Start folders: machine folder and personal folder.


4) What are COM Add-ins ?
These are add-ins that are written using C#, VB.NET or other programming languages.


5) What are JavaScript Add-ins ?
Frequently referred to as Office Add-ins these are written using JavaScript or TypeScript.


6) What is the loading order for add-ins ?
How can you tell which add-in will load first.
For Excel Add-ins the order is defined by the OPEN, OPEN1, OPEN2 registry entries

HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Excel\Options 

The add-ins are loaded in numerical order.
OPEN, OPEN1, OPEN2, etc
Excel VBA add-ins are loaded before COM Add-ins
For COM Add-ins the order is alphabetical by node

HKEY_CURRENT_USER\Software\Microsoft\Office\Excel\Addins\ 

They are loaded in alphabetical order


7) Do you have any add-ins that can be downloaded ?
Yes. We have a number of Excel Add-ins available.
Custom Functions - providing additional worksheet functions that will increase your productivity.


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext