|
-
August 14th, 2009, 10:52 AM
#1
Accessing manage code from VBA
Anyone know the technique for calling VB.NET methods (C# methods as well) from VBA code?
-
August 14th, 2009, 01:30 PM
#2
Re: Accessing manage code from VBA
Although I haven't tried that, but I believe it would be same as calling .NET code from VB6. You will have to build an interoperable DLL and register it in GAC. And then add a reference to it in the VBA code. IF you do a search here, you will number of examples on COM Interop.
-
August 15th, 2009, 02:25 AM
#3
Re: Accessing manage code from VBA
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|