Link to home
Start Free TrialLog in
Avatar of mannevenu26
mannevenu26

asked on

how to call wcf service url to my Excel vba macro 2010,2012

Hi,

Actually iam face one problem that is....
i need to call my WCF service url to my excel vba macro.i dont know how to call the wcf service url to vba excel mcaro .
how many  type of ways can be connected to excel macro.

could you please help me regarding on this....
Avatar of kaufmed
kaufmed
Flag of United States of America image

I think you would have an easier time writing a wrapper library for your WCF service in .NET, and then import that library into your Excel project. With the .NET project you can use the "Add Service Reference" menu options to easily create proxy classes for your WCF service. Then it's simply a matter of exposing the appropriate functionality to Excel.

I participated in a question some time ago that dealt with importing .NET code into Excel. You can find that discussion here:  https://www.experts-exchange.com/questions/26450356/How-to-use-net-framework-regex-in-Excel.html
ASKER CERTIFIED SOLUTION
Avatar of mannevenu26
mannevenu26

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mannevenu26
mannevenu26

ASKER

i did not get correct answer so i am closing my question.

thank you :)