PDA

View Full Version : [SOLVED:] Userform input entered into Word document header



jmcartwright
06-15-2015, 10:28 AM
Word 2010 - How do I take information input into a Userform and have it automatically update a label in the header of the document? I would like the Userform to display information in the label when the userform displays. I tried Bookmarks, but can't get all of the functionality to work.

Userform name = frmProjectInfo
Input field 1 = txtProjectName
Input field 2 = txtClarityID

txtProjectName entry should flow to lblProject
txtClarityID entry should flow to lblID

File attached

gmayor
06-16-2015, 01:36 AM
See revised version attached

jmcartwright
06-16-2015, 05:10 AM
This works perfectly! Thank you.