08-10-2017
06:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-10-2017
06:25 AM
With some investigation, I've found the functionality in iLogic. I didn't know a number of things were possible.
I didn't know about Imports System.IO for File access.
I didn't know about the ThisDoc.Launch( . . ) and .ActiveEditDocument. That got the 'batch' functionality.
I didn't know about the ThisApplication.Application.Addins.ItemById("...") to get the iLogicAddin.Automation and add iLogic using iLogic.
But Once those are all put together, It was almost easy.