Question:
How can I delete a value set at run time?
Solution:
To do so, you must use the following Formula method (via scripts):
object.DeleteValue bstrvalueName
This method deletes the value set specified in the function (for example, “Value 1“), where the object is the module (for example, “Formula1“) containing the set.
Example: Application.GetObject(“Formula1”).DeleteValue “Value 1”