I am trying to define the size of a text box by multiplying the width and length by the value stored inside a variable. I have the following but I get an error.
sub Resize
set obj = ActiveDocument.GetSheetObject("TX26")
set v = ActiveDocument.Variables("vCubeSize")
v.SetContent vSize, true
set Width = ActiveDocument.fields("ITEM_CASE_WIDTH").GetPossibleValues
set Height = ActiveDocument.fields("ITEM_CASE_HEIGHT")GetPossibleValues