Microsoft
Software
Hardware
Network
Question : VBA to rename an MS Word dropdown formfield.
What is the basic code required to rename a Word Dropdown FormField once the field has been selected? I've tried to use both the following codes, but they do not work. What am I doing incorrectly?
With ActiveDocument.Bookmarks
.Add Range:=Selection.Range, Name:="NewDropdownName"
End With
With Selection.FormFields(1)
.Name = "NewDropdownName"
End With
Thanks....
Answer : VBA to rename an MS Word dropdown formfield.
Yes, if it's too big or there is something confidential. My email address is in my profile
Random Solutions
How to convert a stream with output escaping enabled to proper format XML that can be loaded in a XMLDocument object?
ASP.NET: Browser Slow Down
Trace Route and Cisco asa 5505
Report Requesting Parameter Value
crystal sql statement:
sbs 2003 moving mailbox to sbs 2008 very slow
2003 Server Folder Redirection, Different Servers
How do I get rid of the pastel colors in an Excel chart when I switch row/column data?
batch file or script that emails when finding "error" in file
Import CSV file of users to Active Directory