By Jonathan Cornu on Tuesday, 21 July 2020
Posted in VBA Development
Likes 0
Views 1.1K
Votes 0
I try to call EB by VBA macro on excel.

I use this:

Set oEBApp = CreateObject("EngineeringBase.Application.21")

This is work for 60 % of databases.
For some database at this line of code, Eb start and at 63% "Update stancil ..." (about 10 min or more) and we receive an error:
C:\Users\JCo\Pictures\Screenpresso\2020-07-21_12h18_00.png
The database with the same user start without error if we try to start alone (15 min)

After Try to run EB by Excel, Eb crach and I have the message save as for Visio.
View Full Post