Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
awatt
in reply to: MechMachineMan

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.