how to connect vba autocad with mathcad

how to connect vba autocad with mathcad

Anonymous
Not applicable
1,359 Views
2 Replies
Message 1 of 3

how to connect vba autocad with mathcad

Anonymous
Not applicable

I wrote vba module and I would like
to read data from mcd file.

I would like to ask somebody to write
a procedure which reads from mathcad

0 Likes
1,360 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable

"I'm not going to write it. You write it!"

 

"I'm not going to write it!"

 

"Let's get Mikey!"

 

0 Likes
Message 3 of 3

Anonymous
Not applicable

Hi,

 

Does Mathcad have an ActiveX API ?

 

If it doesn't, then you can't use VBA to link with it.

 

If it does, add a reference to the relevant DLL to your VBA project and then look at some of the examples of links to Excel programs to get a guideline to how to link to the Mathcad object.

 

0 Likes