I use the follow code to resize the textbox in visio, anybody know what is wrong?
Thanks
Code:
Dim ashape as visio.shape ashape.CellsU("TxtWidth").Formula = "=TEXTWIDTH(TheText)"
Comment