![]() |
#7
|
|||
|
|||
![]()
Thank you again!
I see what you're saying about the organization of the form, without separate headings it would be a little chaotic. So, back to the simple more organized idea ![]() Problem though, I'm getting this error: "Complie error: Invalid or unqualified reference" referring to the .Value in the "if .value = 11 Then" Here's the macro I pasted along with my (minor) changes: Code:
Sub FreeText() Dim StrNew As String With ActiveDocument.FormFields("NAME").DropDown If .Value = 11 Then StrNew = Trim(InputBox("Input your text", "Free text input")) If StrNew = vbNullString Then Exit Sub .ListEntries(11).Delete .ListEntries.Add StrNew .Value = 11 End If End With End Sub Last edited by macropod; 09-17-2012 at 08:10 PM. Reason: Added code tags & formatting |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Word 2007 Cannot Drag and Drop | Rbooks | Word | 7 | 02-05-2015 11:27 AM |
![]() |
dupefree | Word | 1 | 06-27-2012 06:05 AM |
Dependent drop down lists in Word 2007 | benbenasc | Word VBA | 0 | 08-24-2011 06:34 AM |
Word 2007 Issue | dollsgen | Word | 1 | 08-21-2010 09:48 PM |
Converting issue 2003 word to 2007(new to 2007 office) | lbrown3 | Word | 0 | 01-30-2010 07:25 PM |