View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gixxer_J_97[_2_] Gixxer_J_97[_2_] is offline
external usenet poster
 
Posts: 206
Default paste image into a form

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?