View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charlotte E.[_2_] Charlotte E.[_2_] is offline
external usenet poster
 
Posts: 70
Default Placing image in a cell?

I have a macro, which import a small picture into a cell - no problem here
:-)

Problem is that the picture is always placed in the upper left corner of the
cell...

I want the picture to be placed in the upper middel of the cell...

But how to do that???

And, just to make things complicated: The cell width can be different each
time the macro is executed....


TIA,

CE