R
robo
Hello,
I have dabbled in VBA (excel and access) but I'm new to Word.
I have a MS Form where a user selects from a drop down list an option. I
would like to take that option and have it appear automatically somewhere
else.
I created this to store the value of the dropdown list and told the form
field to run this on ENTRY.
Public Sub MoveOption3()
Dim Option3Data As String
Option3Data = DropDown3
End Sub
Is this right?
How would I create another text field and move that data into it?
Thanks
I have dabbled in VBA (excel and access) but I'm new to Word.
I have a MS Form where a user selects from a drop down list an option. I
would like to take that option and have it appear automatically somewhere
else.
I created this to store the value of the dropdown list and told the form
field to run this on ENTRY.
Public Sub MoveOption3()
Dim Option3Data As String
Option3Data = DropDown3
End Sub
Is this right?
How would I create another text field and move that data into it?
Thanks