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
Configuring Network Secure Access
Nhibernate cache problem while using MS-SQL triggers
Monitor programs
How do I create a looping to add values in columns?
Domain Administrator Being Locked out
Looking for bicycle cadence indicator using colored LEDs to show speed
SQL insert not working
Changing Background colors for a column based on contents of cell
Change additional 32-bit printer drivers - SBS 2008
What's the fastest way to do a wherein query in linq2sql