J
joegarber
I want to use vba to insert the text of each connected shape to a
custom property of the connector. My code looks good except for the
part where I try to access the custom property of the connector, as
with the following snippet:
Set visCell = visConnect.Cells("prop.name")
visCell.Formula = StringToFormulaForString(strOut)
As the debugger happily points out, there's no such thing as .Cells for
a Visio.Connect, even though there is for a Visio.Shape. Isn't there
some way to do this? Thanks
custom property of the connector. My code looks good except for the
part where I try to access the custom property of the connector, as
with the following snippet:
Set visCell = visConnect.Cells("prop.name")
visCell.Formula = StringToFormulaForString(strOut)
As the debugger happily points out, there's no such thing as .Cells for
a Visio.Connect, even though there is for a Visio.Shape. Isn't there
some way to do this? Thanks