Problem:
I would like to extract some data from a webservice and put it into Excel.
For example: A webservice method "GetPerformance" with Parameters X,Y,Z will return a table containing funds and their performance. I would like to extract specific rows and dump the data into a sheet.
How can I achieve such a feat with VBA or other plugins?
Any suggestions would be greatly appreciated!