View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fishbyname fishbyname is offline
external usenet poster
 
Posts: 5
Default Get image dimensions

I have a piece of code that sets a cells comment to be an image

i can set the width and height of this comment but i am trying to find
a way of setting this dynamically

what i need to do is go to an image and find out its width and height
then i can use these values to set the dimensions of the comment

is there a way to do this?