Message 1 of 5
Not applicable
12-30-2019
11:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
After various IF statements my code opens a certain file depending on variables with given code below.
CreateObject("Shell.Application").Open("C:\Users\smeric\Desktop\iLogic Inventor\SekilB_ID900_40t80.dwg")
This file opens a certain drawing in which I would like to Copy and Paste "View1" into my main drawing.I've had some trouble trying to write the code on my own. What the code needs to do after the drawing has been opened is:
1.Copy View1
2.Activate Main Drawing Sheet
3.Paste View1 onto main drawing
4. Activate the recently opened drawing.
5.Close the drawing.
Thanks in advance 🙂
Solved! Go to Solution.
