inventor macro paste special

inventor macro paste special

sgodonVEAP9
Contributor Contributor
411 Views
4 Replies
Message 1 of 5

inventor macro paste special

sgodonVEAP9
Contributor
Contributor

I'm in an inventor drawing. I need macro to copy cells(1,1) to cells(77,6) from an excel workbook and paste special (tools->paste special->paste link) into my drawing.  I can easily do it manually but can't seem to find anything online that uses a macro:( any ideas? thanks!

0 Likes
412 Views
4 Replies
Replies (4)
Message 2 of 5

Frederick_Law
Mentor
Mentor

You'll need access to Excel API in macro to select the cells and copy and paste.

0 Likes
Message 3 of 5

sgodonVEAP9
Contributor
Contributor
Any ideas on how to do so?
0 Likes
Message 4 of 5

Frederick_Law
Mentor
Mentor

Not, really.

I think you can add reference to Excel in VBA.

 

Wait for admin to move this thread to Developer forum.

0 Likes
Message 5 of 5

Curtis_Waguespack
Consultant
Consultant
0 Likes