How Can I Selection All Objects given 2 points?

G

Gary

I need help in the correct vba insturction to select all objects given 2
diagonal points. I tried using recorder and it gives notihing.

I would appreciate your help.

Thank You,

Gary
 
P

Paul Herber

I need help in the correct vba insturction to select all objects given 2
diagonal points. I tried using recorder and it gives notihing.

I would appreciate your help.

Thank You,

Gary

Look at the ActiveWindow.BoundingBox method.
 
Top