I wonder if anyone can help....

I need to be able to click on a picture box created at run. The picture boxes are created using the code:

Set objFurn = frmRoom.Controls.Add("vb.PictureBox", "Furnbox" & index)

how dow i access these picture boxes by clicking on them at run-time?