View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Manfred[_3_] Manfred[_3_] is offline
external usenet poster
 
Posts: 1
Default Pictures.Insert not working in Excel 2007

I want to insert pictures in an Excel-sheet by a macro.


In Excel 2003 it worked with:
ActiveSheet.Pictures.Insert( "http://www.xy.info/FotoName").Select

But in Excel 2007 i get the error: 1004 - Unable to get the Insert
property of the Pictures class.

Can somebody help me to realize this in Excel 2007?

Thanks a lot
Manfred