11-24-2022
11:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-24-2022
11:10 AM
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!
11-24-2022
11:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-24-2022
11:20 AM
You'll need access to Excel API in macro to select the cells and copy and paste.
11-24-2022
11:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-24-2022
11:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-24-2022
11:29 AM
Not, really.
I think you can add reference to Excel in VBA.
Wait for admin to move this thread to Developer forum.
11-28-2022
02:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-28-2022
02:35 PM