• Not Answered

DeltaV VBA

Hi

Does anyone know if it is possible to get a listing of the VBA behind a directory of graphics without having to open and export individually?

Regards

1 Reply

  • Yes, this is possible. In the project containing that code, you'd have to have a reference to Microsoft Visual Basic for Applications Extensibility 5.3 so you could create objects representing the VB Editor, VB Components, and VB Project. The code would need to build a list of the pictures to loop through and open in DeltaV, export the elements of the underlying project, then closing the picture should be pretty straightforward.

    -dap