Integration in VBA

Previous chapterNext chapter Show allShow all    Hide allHide all

The wizards are stored in the application specific node ZWorkspace. This object represents the currently loaded workspace in the Editor and is only available in the zenon Editor.

All objects in this VBA project can access the current workspace with teh object MyWorkspace. It is always linked to the currently active project, which can be accessed with the property ActiveDocument.

The contents of the object ZWorkspace are stored in the file ZenWorkspace.vba. It is copied to the installation directory with the first installation of version 6. This file is not overwritten by later updates. You will find more information on updating wizards at the end of this tutorial.