Question:
How can I create a values set at runtime?
Solution:
To do so, you must use scripts that execute the Formula‘s CreateValue and SetValueData methods.
Example:
Application.GetObject("Formula1").CreateValue("NewValue") Application.GetObject("Formula1").SetValueData " NewValue ", "",""