Creating A Text Box For All Sections In A Control Script?

Is it possible to create a text box populated with code which flows to all sections or even to certain ones?

Basically we have numerous letter text sections being created and need to put in an address block. If we need to alter the position and content of the address block we’d like to do it globally rather than in each section.

Is this at all possible?

Thanks in advance

Oliver

You can go 2 ways.

1 - You set up your Address block to be part of a Master Page which is then applied to all your Section.
2- You set up your Address block to be a snippet which you call from each of your section.

Great thanks that worked!! :smile: