B
bhartman33
Hi, Everyone.
I've got a form which I'm using to populate a document at certain
bookmark points. I use optionbuttons for this task. Here is a few
lines of code:
ActiveDocument.Bookmarks("CEATitle").Range.Text = CEATitle.Value
where "CEATitle" is a textbox.
Here's my problem:
Multiple people have to use this document and contribute to it. I want
the macro to be able to detect if someone has already assigned text to
the bookmark, so that it's not duplicated each time someone opens and
contributes their part to the document.
Can anyone give me some advice on how to do this? Basically, I only
want the first person contributing to set the title. The rest of the
people should only be able to contribute their parts (but I still want
the title in the form, if possible.)
Thanks!
I've got a form which I'm using to populate a document at certain
bookmark points. I use optionbuttons for this task. Here is a few
lines of code:
ActiveDocument.Bookmarks("CEATitle").Range.Text = CEATitle.Value
where "CEATitle" is a textbox.
Here's my problem:
Multiple people have to use this document and contribute to it. I want
the macro to be able to detect if someone has already assigned text to
the bookmark, so that it's not duplicated each time someone opens and
contributes their part to the document.
Can anyone give me some advice on how to do this? Basically, I only
want the first person contributing to set the title. The rest of the
people should only be able to contribute their parts (but I still want
the title in the form, if possible.)
Thanks!