ghelfer
New Member
- Joined
- Jul 13, 2010
- Messages
- 3
I have a lot of images on userform2 and I need to access its in userform1.image1 as below:
for x = 1 to 150
if range("A" & x) = 1
userform1.image1.picture = userform2.image[x].picture
end if
next x
I spent a lot of time finding o solution for this but I am desting...
Someone help....
for x = 1 to 150
if range("A" & x) = 1
userform1.image1.picture = userform2.image[x].picture
end if
next x
I spent a lot of time finding o solution for this but I am desting...
Someone help....