Excel
Integrations
Can embed excel workbooks like: (how to)
Can add to Coda if uploaded to OneDrive
Parts
Sparklines
right click cell(s) to access
Example:

VBA
Basics
Continue code on next line (source)
this is some code _
use the underline to continue it
custom functions must be in a module
API Requests
what does
As New MSXML2.XMLHTTP60 representOfficial documentation for xmlhttpRequest
"o use early-binding add reference to these libraries: Microsoft XML and Microsoft WinHTTP services:"
source
Examples/Tutorials:
- make http requests in excel vba by codingislove.com
- https://github.com/armineminasyan/vba-gmaps-directions
Resources
Manually add a google geocoding custom function via vba
- full VBA code - very nice layout
https://www.reddit.com/r/vba/comments/rauslf/api_call_in_vba/