Forum Discussion
Keith Farmery
Sep 25, 2023Copper Contributor
Word Document updated by choices
Hi I have a document that is being used for audit purposes, however, certain sections are only applicable to specific departments. This results in things being done unnecessarily or not at all....
Charles_Kenyon
Sep 25, 2023Bronze Contributor
There are probably a number of ways to do this. As far as I can tell they all involve macros.
Probably the most elegant would be to use a UserForm (a custom dialog box) where the involved department is picked from a drop-down or checkboxes. Then the code could call up parts that are stored as AutoText and insert them in the document in the appropriate location.
Keith Farmery
Sep 30, 2023Copper Contributor