B
Brendan
How do I grab the value from an Form Field in an active document and then
place that value into a User Form that has a corresponding text box. I
thought it would be something like this but I can’t seem to get it to work.
Private Sub UserForm1_Initialize()
Me.tbLastFirstMiddle.Value = ActiveDocument.FormFields("docLastFirstMiddle")
End Sub
place that value into a User Form that has a corresponding text box. I
thought it would be something like this but I can’t seem to get it to work.
Private Sub UserForm1_Initialize()
Me.tbLastFirstMiddle.Value = ActiveDocument.FormFields("docLastFirstMiddle")
End Sub