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
Macro to enable a specific add in
sublists margin
Application that changes dates of files at once
VBS copying Outlook Contact items from Public Folder
Trend Micro Office Scan Scheduled Scan
ADD SIP PRIORTY POLICY TO CISCO ASA
NumLoc function is turned off when VB command to search any part of field is used
Delete line with duplicate
Get property in dynamic Web User Control from an Aspx page
RedirectStandardOutput Not getting all the output