-
Open the script that runs when you click the
Add Blocks button.
-
Create a new region object after all of your
existing code, but before the End Sub statement:
Dim Region As New
PrtRegion
-
Specify the region where the items exist that you
want to change.
Region.Id="SCHEDULE"
More information