The VP ADD SELECTION command adds the specified cells to the currently selected cells.
 In rangeObj, pass a range object of cells to add to the current selection. 
 Note: The active cell is not modified.
You have cells currently selected:
  
 
 The following code will add cells to your selection:
  $currentSelection:=VP Cells("myVPArea";3;4;2;3)
 VP ADD SELECTION($currentSelection)will display:
 