Is it possible to select shapes in Visio by specifying the coordinates of a selection rectangle? If so, how does one do this? I need to select and delete any shape in a specific location on a Visio page. I would like to be able to specify the coordinates of a lower left corner and an upper right corner on the page and have vba tell me the id's or handles or something that would allow me to delete these shapes as I need to place a new shape in that particular location. I am looking for something like
shapes = MyVisioPage.SelectByRectangularCrossingBox(lowerleftX,lowerleftY,upperrightX,upperrightY)