Using Section Variables

Section variables exist in the section and document in which they are included. You use section variables to specify elements defined from multiple dashboard sections (provided that each section declares a function of the same name).

You can call the same-named function by typing

ActiveDocument.Sections["Dashboard"].myFunction(myParam)

(myParam) can be defined in two ways: