J
Jason V
I have a custom property called Prop.Label. When I use the following code
vsoShape1.Cells("Prop.Label.Value") = 3 then my field with that property
changes to 3. However if I want the label to be Q3 I try
vsoShape1.Cells("Prop.Label.Value") = "Q3" , here I get a type mis match
error, err 13.
I have the type in the custom property = 0 which is for visPropTypeString.
Any help please?
vsoShape1.Cells("Prop.Label.Value") = 3 then my field with that property
changes to 3. However if I want the label to be Q3 I try
vsoShape1.Cells("Prop.Label.Value") = "Q3" , here I get a type mis match
error, err 13.
I have the type in the custom property = 0 which is for visPropTypeString.
Any help please?