Using DataUnit functions in calc Manager - 11.1.2.2
I get as far as opening the data unit with:
MvtPlug = HS.OpenDataUnit("C2#MvtPlugCalc")
But when I try to get the numitems and all I can do is:
n = HS.DataUnit.GetNumitems()
I have tried to insert both a formula object and a script object. If I try any formulae other than those above I get an error, and if I try script, even the first line gives an error.
Does anyone have any suggestions please?