J
Jim Edwards
Hi,
I have looked and not found or understood how to insert data from a user
form to a document. All I want to do is insert the value from a user form
control and insert it into a defined place on a document. I tried with and
without defining a variable. Getting the value from the user form is easy,
trying to figure out if I need a field, bookmark or range on the document is
killing me.
I tried activedocument.bookmark"Example".text and
activedocument.bookmark"Example".value
I can't find a property of a field that even gets close and I don't know how
to define a range in the document except with code.
It's gotta be an easy thing, but I am new to Word VBA .
Thanks, Jim
I have looked and not found or understood how to insert data from a user
form to a document. All I want to do is insert the value from a user form
control and insert it into a defined place on a document. I tried with and
without defining a variable. Getting the value from the user form is easy,
trying to figure out if I need a field, bookmark or range on the document is
killing me.
I tried activedocument.bookmark"Example".text and
activedocument.bookmark"Example".value
I can't find a property of a field that even gets close and I don't know how
to define a range in the document except with code.
It's gotta be an easy thing, but I am new to Word VBA .
Thanks, Jim