K
Kware
Im trying to auto fill custom properties of my shapes I have managed to be
able to do this with numbers but when i try it with strings it will not work.
below is what i have if i change the ? to 65 and the company to 2 i will get
"2 in" in the field From reading i thought 231 would resolve this but it has
not. Thanks in advance for any help.
Dim visshape As Shape
Dim txtBOx As Shape
Dim company As String
Set txtBOx = Visio.ActivePage.Shapes("Sheet.21")
txtBOx.Text = "john"
Set visshape = Visio.ActiveWindow.Selection(1)
visshape.Cells("prop.Company").Result(?) = company
able to do this with numbers but when i try it with strings it will not work.
below is what i have if i change the ? to 65 and the company to 2 i will get
"2 in" in the field From reading i thought 231 would resolve this but it has
not. Thanks in advance for any help.
Dim visshape As Shape
Dim txtBOx As Shape
Dim company As String
Set txtBOx = Visio.ActivePage.Shapes("Sheet.21")
txtBOx.Text = "john"
Set visshape = Visio.ActiveWindow.Selection(1)
visshape.Cells("prop.Company").Result(?) = company