Word VBA- Incorporate a macro to a checkbox -


i creating word form has multiple sections. have these sections hidden (collapsed) or expanded based on user checks in checkbox.

example below question within form. if user answers "yes," next section titled "client software package" appear. if user answers "no," want section hidden.

1) need macro hides section 2) how can assign macro legacy tool checkbox word developer tab

"does client have software package us?"

yes no

client software package

list name of software. list version of software. how long has client had software

thanks! jimmy


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -