Running a macro on a part that is not in memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help???
If I have Inventor open can I do the following with a Inventor VBA macro?
Run a VBA macro on a drawing (idw) if that drawing is not visible on the screen (eg is not open in inventor)?
At present I have to open the drawing and run the macro. The macro in question automatically creates a "Pdf" file of the drawing.
I have a routine that checks to see if all drawings associated with a particular assembly (iam) have a Pdf file of the drawing. If a drawing does not the macro opens the drawing in question so that I can run the macro that creates the Pdf file.
All I want to do is to eliminate the drawing from being opened. I need to be able to create the Pdf file ofthe drawing silently.
Can this be done?
Many thanks in advance!!!!
Darren