Quote:
Originally Posted by odin
I created a userform with TextBox(s) that will fill some legacy formfields and a Rich Text Content Control via it's Tag.
|
Bad move. Content controls and formfields should not be used in the same document. They are not designed to work together and using them that way can cause the documents to misbehave.
Quote:
I'm wanting the hyperlink(s) to be in the same Rich Text Content Control along with normal text that is currently being filled with a userform. The contentcontrol isn't locked so I can currently click anywhere in the contenetcontrol right now and use my other userform to insert the hyperlink(s) inside it.
Is it possible to do all of this within just one userform?
|
Yes. I can't see what the issue is, unless you haven't figured out how to insert the hyperlink without the user selecting the insertion point, or you want to be able to want the user to be able to select the insertion point while the userform is displayed.