View Single Post
 
Old 04-13-2022, 11:47 PM
SamHolmes2022 SamHolmes2022 is offline Windows 7 64bit Office 2021
Novice
 
Join Date: Apr 2022
Posts: 4
SamHolmes2022 is on a distinguished road
Default

Quote:
Originally Posted by Guessed View Post
I would do this by putting all the content into the one document and bookmarking the sections that need to be 'included' by the user. You then hide all the bookmarked areas. When the user selects a section, you have a macro run that sets that bookmarked range as visible.

We already have code samples on this forum for similar requirements - sometimes these use content controls instead of bookmarks if it is more suitable.

I'm not sure I understand how you envisage the user will interact with this method. Perhaps a series of Content Control check boxes would be a reasonable interactive method and simplify the coding.
That would be perfect, I think check boxes would work better aswell as there will be multiple selections, so they could choose say Option A, Option D and Option F. Then sections of text populates for each selection.

I don't suppose you could point me in the right direction of suitable code for that please? It's abit of a minefield trying to find something that will work
Reply With Quote