G
Gixxer_J_97
i've been trying to get an image pasted into a form (the image is a range
from a worksheet)
i think i have the copy down, but i can't get it pasted into the form
image2 exists on the form and is empty
Worksheets("work order").Range("b2:l51").CopyPicture xlScreen, xlBitmap
seems to copy ok - as i tried pasting by hand into paint and the correct
range is there
however, i can't get the image2 to display this.
ExistingWO is the name of the form
and image2 is the empty image control on the form
what did i miss?
from a worksheet)
i think i have the copy down, but i can't get it pasted into the form
image2 exists on the form and is empty
Worksheets("work order").Range("b2:l51").CopyPicture xlScreen, xlBitmap
seems to copy ok - as i tried pasting by hand into paint and the correct
range is there
however, i can't get the image2 to display this.
ExistingWO is the name of the form
and image2 is the empty image control on the form
what did i miss?