Use AVEVA Historian Client controls in Microsoft Office
- Last UpdatedFeb 04, 2025
- 1 minute read
To use the AVEVA Historian Client controls on a Visual Basic for Applications (VBA) user form, add them to the form’s Controls collection dynamically using a call like the following:
Set NewControl = UserForm1.Controls.Add( <control’s ProgID etc.> )
It is not possible to drop them on the user form in the visual editing environment.