In VBA, the method PfsModellBreaks.CreateBreak() demands argument type string, in VSTA it demands a string array. However, if a string array is used, an exception occurs.
In VBA, the method PfsModellBreaks.CreateBreak() demands argument type string, in VSTA it demands a string array. However, if a string array is used, an exception occurs.
An issue was addressed in the object model. Now, the argument type is corrected to string.