Long time since I've been here and as a result have become very rusty.

I have a user form Stock_Images which just contains x number of images boxes each populated with an image which was manually cut and pasted in.

I now want to copy those images to another image box on a second User Form - Pirate_Game but to get the relevant Image Names (Source and Target) from a variable.

Here is my code ( caaled from command button in Pirate_Game form)which every time its run fails by giving a "Method or data member not found" at this line - Pirate_Game.TargetImage.Picture = Stock_Images.SourceImage.Picture

I know the basic syntax is correct as replacing the variables 'TargetImage" and "Source Image" with the actual Image Box name works.

What am I missing with these two varaibles? Or is there something else wrong.

Cheers

Please Login or Register  to view this content.