--------------------------------------------------------------------------------

hello,

i would like advice/solution to be able to run a commandbutton (macro) from a standard macro. situation is -

i have a drawing(s) which i can click/run a macro from no worries
i also a a "image" inserted through control toolbox which i would like the image(picture) to change depending on what drawing i click
e.g
if picture1 is clicked then
Image1.Picture = LoadPicture("C:\something.bmp")
end if
if picture2 is clicked then
Image1.Picture = LoadPicture("C:\something2.bmp")
end if

etc etc

2 solutions i see

1. make a macro run a commandbutton as a normal macro wont change a image picture ???? for some wierd reason

2. make a macro to change the image1.picture which i cannot do


pls help thanks