VBA code in a VB.Net application

  • Thread starter Igor Mendizabal
  • Start date
I

Igor Mendizabal

Hello

We have a VB6 application that integrates an VBA IDE from which the final
user can make modifications.

We want to pass the application to VB.NET, and the first step, before
rethinking the whole application, is to pass the conversion wizard and see
how it goes.

But we want to keep those client VBA modifications working with the least
changes made to them. I've tried integrating VBA in a .NET project but when
I make the VBA IDE visible, I get a COMException ( ErrorCode -2147220119).
The same happens when I converted the VB integration sample of the VBA SDK
to .NET.

I've read that VSA is the substitute to VBA in .NET, but besides I'd have to
tell to all my clients to change all their VBA code to VB.NET code, the last
post I've read about VSA says that the project is dead and to forget about
it.

Anybody was able to integrate VBA (code and IDE) in a .NET app?
Any problems with Interop.MSAPC? Do I have to do it manually?
Is VSA dead?
What are the plans of Microsoft for VBA (or it's substitute)? Which is the
way I should follow?

Thank you very much

Igor Mendizabal
R.P.S.
 
C

Cor Ligthert

Igor,

I do not know the answer however a lot of crossposting (no problem) where I
see not in the newsgroups..

microsoft.public.dotnet.languages.vb (one of the three most active
developper newsgroups)
and in my opinion a good one for your question
microsoft.public.dotnet.languages.vb.upgrading (with the same people active
as in the one above)

When you get not a right answer you can maybe try it in one of those.

I hope you get your answer.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top