VBA in VB.Net

I'm trying to build a Project in VB.Net 2005 Beta2 which includes the VBA Editor from the VBA SDK. But i didn't find any sample Code in the SDK, and so i don't know how to do this.
Could anybody help me? e.g. with a small sample?
ciao
stephan

[266 byte] By [barnygumble] at [2007-12-16]
# 1
Hi Stephan,

It's been a while since I've looked at the VBA SDK...but because you're trying to call unmanaged code (VBA) from managed (VB.NET 2005) the basic problem you need to solve is interop: how to call the unmanaged code from VB.NET. Take a look at the topics on this MSDN page and you will find some good starting points:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconinteroperatingwithunmanagedcode.asp?frame=true

Hope that helps!
Steven

StevenLees at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...