View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
baj baj is offline
external usenet poster
 
Posts: 24
Default Pictures/Graphics in/out Excel-cells

Hi all,

I know it's possible to insert a graphic/picture in an Excel-cell via
'comment'.

But is it also possible to retrieve these pictures to use them
elsewhere ?

Suppose I have a picture inserted in cell (1,1) of Sheet "Try", and I
start a program that begins with showing a userform "Screen1"...
I want the background of "Screen1" being filled with the picture in
cell(1,1)...
Is there somekind of instruction that will result in doing so ?

A bit like :
Screen1.Picture =
Thisworkbook.Sheets("Try").Range(.Cells(1,1),.Cell s(1,1)).????

In which 'compartement' of the cell is the picture enclosed ?

I hope someone can point me the way.

Greetings & Thanks from
Baj