G
Gaia
Hi,
Is there anybody out there who could help me with pasting a picture from
ClipBoard into a VB form in Excel? I use excel 2003.
The function for copying a range is working; I use:
Worksheets("data").Range("b1:d3").CopyPicture xlScreen, xlBitmap
I have a form defined, but whatever I try, I can’t paste it into a form.
Anybody who could give me a hint?
Is there anybody out there who could help me with pasting a picture from
ClipBoard into a VB form in Excel? I use excel 2003.
The function for copying a range is working; I use:
Worksheets("data").Range("b1:d3").CopyPicture xlScreen, xlBitmap
I have a form defined, but whatever I try, I can’t paste it into a form.
Anybody who could give me a hint?