View Single Post
 
Old 08-08-2017, 03:29 AM
ArtKilp ArtKilp is offline Windows 8 Office 2016
Novice
 
Join Date: Jan 2016
Posts: 18
ArtKilp is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
It worked when I tried it before posting, but when I re-tried it just now, it didn't. Another way would be:
Code:
With ActiveDocument.ContentControls(2)
  .Type = wdContentControlText
  .Range.Text = ""
  .Type = wdContentControlDropdownList
End With
This works, thanks!
Reply With Quote