J
Jim
Hello,
I am trying to make a DOT file with a number of text boxes set up as
inlineshapes. I can get them in the document fine (names in property list
of TBox1, Tbox2 etc), and they work with the dblclick event just fine but I
can not refer to them outside of the doubleclick event sub as inlineshapes
"don't have names".
The textbox has a name (like TBox1) and I can refer to it's name, but when
I try to pass it to another sub to work on the text, it fails - generally
telling me that the (name) method/property isn't valid. I tried to refer
to the textbox with the index from the inlineshapes collection, but I can
not find out which index number corresponds to the textbox.
Any help/directions is appreciated.
Jim
I am trying to make a DOT file with a number of text boxes set up as
inlineshapes. I can get them in the document fine (names in property list
of TBox1, Tbox2 etc), and they work with the dblclick event just fine but I
can not refer to them outside of the doubleclick event sub as inlineshapes
"don't have names".
The textbox has a name (like TBox1) and I can refer to it's name, but when
I try to pass it to another sub to work on the text, it fails - generally
telling me that the (name) method/property isn't valid. I tried to refer
to the textbox with the index from the inlineshapes collection, but I can
not find out which index number corresponds to the textbox.
Any help/directions is appreciated.
Jim