Message 1 of 2
Open IDF in VBA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We were in the prodcess of importing IDF files but this can take 20 to 30 minutes per file in some cases and we have many files. I first tried the Task Scheduler but it would not handle the IDF files ( the IDF file option is available on Routed system or Pro). So I've turned my attention to VBA.
I can use the ThisApplication.Documents.Open and pass it the file string but the process stops at the Dialog where you specify the results as a Part or an Assembly.
Is there a method to specify the option in VBA? Would .Net be possible?
Thanks
G