Re: Adwords API, COM and VBA

2012-05-23 Thread James Scott
Hi Groucho Please can you post back if you complete a walkthrough, I'm having a devil of a time trying to get anywhere with VBA and the Adwords API. Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:

Re: Adwords API, COM and VBA

2012-05-22 Thread Anash P. Oommen
Hi, Could you also open a feature request at http://code.google.com/p/google-api-adwords-dotnet/issues/list to make the library more com interop friendly? I have seen classic ASP developers also ask similar questions in the past, may be having a com-interop wrapper library for AdWords .NET li

Re: Adwords API, COM and VBA

2012-05-22 Thread groucho
Hi, Thanks for your answer. You're right and actually the main issue is about static classes (like AdWordsService.v201109_1.CreateAccountService) that are not handled by COM and VBA. Your solution will certainly work, and should be not to hard to code (I'm not a .NET developer, but it seems r

Re: Adwords API, COM and VBA

2012-05-22 Thread Anash P. Oommen
Hi, I've never tried doing com interop with the AdWords API .NET library, but I think you will have better chances of making it work if you were to write a simple com-interop utility library in VB.NET/C# that uses the client library to perform tasks and call that utility library from VBA. If yo