Message 1 of 4

Not applicable
10-17-2016
12:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to use the Transmittal object library (TRANSMITTALLib) directly from Excel? I tried to add the reference to my Excel vba project, but when I try to run something like that: Dim tro As TransmittalOperation Set tro = New TransmittalOperation but I get and "Automation error" (it works fine in Autocad VBA, though). I tried to use late binding with GetObject or AcadApplication.GetInterfaceObject but I couldn't find the right ProgrID/class and application name to load. Is It "TRANSMITTALLib.TransmittalOperation"? I tried with that and I get a "ActiveX Component can't create object" error. Am I wasting my time or is there a chance to make the transmittal work under excel?
Solved! Go to Solution.