The two shapes encircled in red in the attached screenshot (dss_1) display two difference top values when ActiveWindow.Zoom = 110. As a result the blue lines are not getting added at the proper place in the left shape. The same works properly when ActiveWindow.Zoom = 100 (screenshot dss_2)
The co-ordinates when zoom = 110 are
(top, left height, width)
Left shape: 609 52 15 24
Right shape: 602 77 14 24
The co-ordinates when zoom = 100 are
(top, left height, width)
Left shape: 602 53 14 24
Right shape:602 77 14 24
kindly help