R
RLang
Hi,
I arrange a number of imported product defect images on a worksheet.
These images are related to other descriptive data. The images are simple
gray scale jpg's of minimal size. To bring the images in, I'm using the
.....Shapes.AddPicture function. I'd like the user to be able to custom
select any of the images using <Ctrl> click then click a button to launch a
routine which does something based only on the selected images.
Unfortunately the image selections "deselect" as soon as the macro button is
hit. How can I maintain the image selections when another command button is
clicked?
I arrange a number of imported product defect images on a worksheet.
These images are related to other descriptive data. The images are simple
gray scale jpg's of minimal size. To bring the images in, I'm using the
.....Shapes.AddPicture function. I'd like the user to be able to custom
select any of the images using <Ctrl> click then click a button to launch a
routine which does something based only on the selected images.
Unfortunately the image selections "deselect" as soon as the macro button is
hit. How can I maintain the image selections when another command button is
clicked?