This VBA script allows access and interaction with the Xero API through Microsoft Excel. It handles the authentication process (OAuth2) and the interactions with the API. The Xero API has robust ...
In VBA (Excel) there is no reliable timer available. The Application.OnTimemethod fails if called from a UDF (User Defined Function) context or while debugging code. The other most used solution is ...