guard also seems to make sure visio uses the formula included.
shape.1!pinx = 20mm
shape.2!pinx = shape.1!pinx + 10mm = 1733 mm // and oh by the way, it seems to trash multiple pages in the file
// took 60 minutes to get it back to operational
shape.2!pinx = guard(shape.1!pinx + 10mm) = 30mm // all worked as expected...I usually do it this way but forget on
//on one child shape...launch codes issued, planet destroyed ;-)
RE fonts: Please check the font desired is installed in the system
before I think 2010, font was time to a relative index number for all fonts in the system
(my font =12 might be arieal...but your font = 12 might be Calabria)
afet 2010, fonts were some sort of absolute index....so if your font is not in target system, not sure what it does