The container has to be defined and to be created

Previous chapterNext chapter Show allShow all    Hide allHide all

Definition:

Public WithEvents Container As OnlineVariable

With this line of code the container is defined.

Create:

Set Container = thisProject . OnlineVariables . CreateOnlineVariables ( Containername )