Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

inventor macro paste special

sgodonVEAP9
Contributor

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
Reply
355 Views
4 Replies
Replies (4)

Frederick_Law
Mentor
Mentor

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

0 Likes

sgodonVEAP9
Contributor
Contributor
Any ideas on how to do so?
0 Likes

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