I am trying to write some VBA code in Excel 2010 that would consume a web service. I am unable to find any related resources on the internet. Can someone please tell me how to do this.

link|improve this question

67% accept rate
Jimmy Peña's blog has an excellent series of articles on doing just that. codeforexcelandoutlook.com/blog/category/internet-explorer – Lunatik Aug 19 '10 at 13:22
unfortunately there was nothing related to this particular problem in this site – Aadith Aug 20 '10 at 4:41
Search for web services on his blog, you should find something. codeforexcelandoutlook.com/blog/2010/06/… – Mathias Aug 21 '10 at 0:09
You might find this useful. It should apply equally well to Excel 2010. Found this too. – yuben Mar 9 '11 at 10:24
feedback

2 Answers

up vote 2 down vote accepted

I don't think the post marked as the answer is right - it links to the Excel 2003 solution, which was based on the MS Office Web Services Toolkit. That solution is no longer valid as the Toolkit is not supported any more. See: MSDN - Consuming Web Services in Excel 2007. The link provides a solution for Excel 2007 which can be transposed to Excel 2010. You will need Visual Studio 2010 with Microsoft Office Developers Tools though. It also means utilising .Net Framework and coding in C# or VB.NET.

link|improve this answer
-1, the question asked for VBA. This reply requires Visual Studio. – iDevlop Aug 22 '11 at 7:54
Fair enough. In my opinion MS would like to have VBA dead and it is pushing .net solutions for Office. On the seperate note, you don't have to use Visual Studio. You can use NotePad and command line compiler. – Juliusz Aug 22 '11 at 8:56
One would be surprised about the number of banks (even very large) that would nearly stop working if VBA disappeared tomorrow !!! – iDevlop Aug 22 '11 at 10:04
Funny, I am working for one of those and they would be very happy with removing any code from an Excel binary file. Some of them have even done that; they have VBA modules stored in a code repository and a workbook is rebuilt from those for each release. – Juliusz Aug 22 '11 at 10:22
Agreed. Your point... – iDevlop Aug 22 '11 at 11:56
show 1 more comment
feedback

Maybe joining some ideas of this sites it could work:

http://www.tushar-mehta.com/publish_train/xl_vba_cases/vba_web_pages_services/index.htm

Is there a JSON parser for VB6 / VBA?

http://javascriptsoapclient.codeplex.com/releases/view/9340

If you acomplish it, please, tell me how!

jesus.cgalaviz at gmail dot com

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.