Since APIX.XL converts endpoints to native Excel functions, there are certain things to keep in mind to avoid running into issues with Excel
- Avoid using VBA keywords as endpoint or parameter names. These are some of the more common VBA keywords:
- Date
- End
- Option
- Currency
- From
- To
- Type
Please refer to this site for a more comprehensive list: https://vbaf1.com/programming/keywords/
- Limit function and parameter description to 255 characters
Comments
0 comments
Please sign in to leave a comment.