ARX from VBA

ARX from VBA

Anonymous
Not applicable
268 Views
1 Reply
Message 1 of 2

ARX from VBA

Anonymous
Not applicable
I have an ARX module I created with Visual C++ and want to use its ADS
functions from a VBA routine.

Is there a way to do this? Call ADS functions from VBA?

Thanks,
Matt
0 Likes
269 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
I think you can do that using either by creating an ActiveX Interface and
exposing the ADS functions
or you can use the standard method of calling ARX function(defined using
__stdcall) from VB/A.

Try this solution
http://pointa04.autodesk.com/kdn/content/solutions/6498.htm

Murali

"Matthew" wrote in message
news:9C82319FAD353B24B23C1ED4621C7E47@in.WebX.maYIadrTaRb...
> I have an ARX module I created with Visual C++ and want to use its ADS
> functions from a VBA routine.
>
> Is there a way to do this? Call ADS functions from VBA?
>
> Thanks,
> Matt
>
>
0 Likes