The container has to be defined and to be created |
Manual -> VBA -> General -> Functionality of online variables -> The container has to be defined and to be created |
Show all Hide all |
Definition:
Public WithEvents Container As OnlineVariable
With this line of code the container is defined.
Create:
Set Container = thisProject . OnlineVariables . CreateOnlineVariables ( Containername )