On 4/30/20 5:45 AM, Mike Crean via User wrote: > Dim oo As PictureBox > [snip]> > If oo.Mouse.Left Then ' ERROR Not an object > PictureBox.Mouse is not an object. It is a property of integer type and, therefore, has no properties of its own. Charlie's example might help you get to where you are going. -- Lee