KB-25035: Creating a values set at runtime.

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 ", "",""
Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Leave a Reply

Your email address will not be published.Required fields are marked *