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

inventor macro paste special

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!

Frederick_Law
in reply to: sgodonVEAP9

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

sgodonVEAP9
in reply to: Frederick_Law

Any ideas on how to do so?
Frederick_Law
in reply to: sgodonVEAP9

Not, really.

I think you can add reference to Excel in VBA.

 

Wait for admin to move this thread to Developer forum.