Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
is there a way to open all Drawing(.idw) one by one and run an external rules on them and close without saving ?
I have this code that open the top drawing, but need to open them all
NewFileName = ThisDoc.ChangeExtension(".idw")
'open the indexed file, false opens the file without generating the graphics
ThisApplication.Documents.Open(NewFileName, True)
And then I need to run
iLogicVB.RunExternalRule("SavePDF")
on each of the IDW
this will make an PDF of the Drawing and save it in an folder
Solved! Go to Solution.