View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
[email protected] eric.springer@gmail.com is offline
external usenet poster
 
Posts: 5
Default converting paths to pictures

Somehow i missed your reply, this is exactly what i want to do but with
two slight variations.

i want to do

Range("A1").Select
Activesheet.Pictures.Insert Range("A1").Value
&
Range("A2").Select
Activesheet.Pictures.Insert Range("A2").Value
&
Range("A3").Select
Activesheet.Pictures.Insert Range("A3").Value
ect....

i would also like to resize all of the pics to the same size ( lets say
60X30 pixels)

Thanks for the great help... alittle more would be apreciated though