Message 1 of 2
Checking OLEobcject exists

Not applicable
09-21-2017
05:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I writed macro in vba which generating pdf and dwg file and next add link to inventor as OLE Object. But I have problem in situation when file is existing in OLE Object list. When I'm updating pdf and dwg files by clicking "generate PDF & DWG file", program update files and unfortunelly
add second the same OLE Object on list. As a result I have on list file.pdf; file.pdf.
I would like to create checking function:
If OLEObject exists do nothing else add OLEObject on list.
But i don't now how.
Please help me 😉