Picture15_Click( ) vs. CommandButton1_Click( )
Posted by Rick M on July 11, 2001 3:16 PM
I have code written for an event to happen when CommandButton1 is clicked...It works fine.
When I try to assign the same code to a pictureClick I always get Run-Time error '424'; Object required.
Why won't the code work on a picture?
Thanks...