dhancy
Board Regular
- Joined
- Jul 10, 2013
- Messages
- 123
- Office Version
- 365
- Platform
- Windows
Hello,
This is a bit out of my league so I apologize in advance if I am not using the right jargon here.
We have a system which, as I understand it, has data that can only be retrieved externally using REST APIs. I have written VBA scripts many times to extract Oracle data using SQL, but I have no experience using REST APIs. I therefore, have many how to questions about this. But for starters, is it possible to use REST API calls from Excel VBA? And if so, can someone give me a high level overview of how to start? Perhaps a simple example of this would help me get me started. I suspect there will have to be some means of connecting to a web site or server, and perhaps a user ID and password would have to be supplied as well. Once that connection is made, I suspect I'd code a simple query whose results can be written to a spreadsheet.
Any suggestions you can provide will be greatly appreciated.
Thank you!
Dennis
This is a bit out of my league so I apologize in advance if I am not using the right jargon here.
We have a system which, as I understand it, has data that can only be retrieved externally using REST APIs. I have written VBA scripts many times to extract Oracle data using SQL, but I have no experience using REST APIs. I therefore, have many how to questions about this. But for starters, is it possible to use REST API calls from Excel VBA? And if so, can someone give me a high level overview of how to start? Perhaps a simple example of this would help me get me started. I suspect there will have to be some means of connecting to a web site or server, and perhaps a user ID and password would have to be supplied as well. Once that connection is made, I suspect I'd code a simple query whose results can be written to a spreadsheet.
Any suggestions you can provide will be greatly appreciated.
Thank you!
Dennis