6.4.2. Create a New Region Object

  1. Open the script that runs when you click the Add Blocks button.

  1. Create a new region object after all of your existing code, but before the End Sub statement:

Dim Region As New PrtRegion

  1. Specify the region where the items exist that you want to change.

Region.Id="SCHEDULE"

More information