M
mcwhirt3
In excel i use vba to control objects(wordart, boxes, lines...etc.)
However in excel it is clear what each object's "name" is in that
dialog box in the toolbar, so that you may refrence it in code. In
Publisher I basically want to have a userform with a tetxbox that dumps
it's contents into a textbox on a poster template in publisher. I just
don't know what to do for the "controlsource" property of the textbox.
I've tried generically assigning it to "textbox1" but that doesn't seem
to work. How do i relate code to objects if i don't know what the name
of the object is? Thanks for any help.
However in excel it is clear what each object's "name" is in that
dialog box in the toolbar, so that you may refrence it in code. In
Publisher I basically want to have a userform with a tetxbox that dumps
it's contents into a textbox on a poster template in publisher. I just
don't know what to do for the "controlsource" property of the textbox.
I've tried generically assigning it to "textbox1" but that doesn't seem
to work. How do i relate code to objects if i don't know what the name
of the object is? Thanks for any help.