Hi Patel,
Thanks. Yes, .Left instead of .Right solved part of the problem.
I also tracked down the second part of the problem. There's a type mismatch because not only the jpegs are detected as pictures, but also the start and reset button 
See for yourself.
Sub Countpics()
MsgBox Worksheets("Quiz").Pictures.Count
End Sub
gives 26 hits: 2 buttons and 24 pictures.
when I remove those buttons, the code above works fine but the sheet itself is useless. :s
The reason you didn't see pictures is probably because they were hidden by
Me.Pictures.Visible = False
I'm adding an updated version. Care to take another shot?
Thanks a bunch!
Bookmarks