View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
thomas donino thomas donino is offline
external usenet poster
 
Posts: 89
Default inserting a jpg file

I have a jpg of a logo on a worksheet. when i insert it i use

objpic.left
objpic.ltop
objpic.width
objpic.height

I am currently using rowheight as the height and the cell range as the
width. if you right click a picture and go to properties there are settings,
for example height = .76" width =2.1". is there a way to use these settings
rather than pixels of the columnwidth or rowheight?
__________________