View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Positioning pictures in a cell

Try looking at the "TopLeftCell" property (applies to your pictures).
Alternatively, if you really need to center the picture, cells have top,
left, height and width properties which you can use to position your pics.

Tim

"ZipCurs" wrote in message
...
I have a table with pictures (jpegs) and descriptions. I would like to use
a
macro to insert the picture in the cell next to the description and center
it
in the cell. I can easily get it near the cell, but I can't seem to find
a
way to position the picture exactly where it want it. Any help
appreciated.