Recent content by RaudelJr

  1. R

    Populate options depending on Dropdown selection

    Changed code as follows and it's fine now. Thank you all that looked. Sub UpdateOptions() Dim bProtected As Boolean 'Unprotect the file If ActiveDocument.ProtectionType <> wdNoProtection Then bProtected = True ActiveDocument.Unprotect Password:="" End If...
  2. R

    Populate options depending on Dropdown selection

    I had reached the maximum attachments on the previous post. Attached the error image here. Thanks again.
  3. R

    Populate options depending on Dropdown selection

    Hi All, I've been working on a Template that is able to populate different options depending on a Dropdown selection. If a certain selection is made, below the dropdown, text will display (which includes legacy form fields), but that text will change as soon as another selection is made. I...
Top Bottom