3

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!

Community
  • 1
  • 1
EKet
  • 7,272
  • 15
  • 52
  • 72

1 Answers1

0

You could take a look at my answer here : Excel doc contents to webservice

Specifically, check out the method called "SaveNewStaff" in my answer (which is just a rewrite of what the author of the original question had already done); It's a good example on how you would call a web service with POST.

If you need a more specific answer, please provide some details about the method being called, and the parameters and return data of the web method.

Cheers! :)

Community
  • 1
  • 1
JFTxJ
  • 542
  • 6
  • 17